We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Would it be possible to run something like
$ rustup completions bash > ~/.bash_completion $ cat .multirust/toolchains/stable-x86_64-unknown-linux-gnu/etc/bash_completions.d/cargo >> .bash_completion
When newer versions of the stable toolcahain is installed?
Or is there a better way to install bash completions only for the user using rustup?
Preferably it takes the currently default compilers bash completions and puts it in ~/.bash_completion.
~/.bash_completion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Would it be possible to run something like
When newer versions of the stable toolcahain is installed?
Or is there a better way to install bash completions only for the user using rustup?
Preferably it takes the currently default compilers bash completions and puts it in
~/.bash_completion
.The text was updated successfully, but these errors were encountered: