Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819ddda commit 8371c20Copy full SHA for 8371c20
1 file changed
src/cli/help.rs
@@ -164,10 +164,12 @@ r"DISCUSSION:
164
165
BASH:
166
167
- Completion files are commonly stored in `/etc/bash_completion.d/`.
+ Completion files are commonly stored in `/etc/bash_completion.d/` for
168
+ system-wide commands, but can be stored in in
169
+ `~/.local/share/bash_completion/completions` for user-specific commands.
170
Run the command:
171
- $ rustup completions bash > /etc/bash_completion.d/rustup.bash-completion
172
+ $ rustup completions bash >> ~/.local/share/bash_completion/completions/rustup
173
174
This installs the completion script. You may have to log out and
175
log back in to your shell session for the changes to take affect.
0 commit comments