We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed ripgrep with --all-features but it seems cargo install-update -a will update it with no features.
--all-features
cargo install-update -a
The text was updated successfully, but these errors were encountered:
Per manual: run cargo install-update-config -f feat1 -f feat2 ripgrep
cargo install-update-config -f feat1 -f feat2 ripgrep
Sorry, something went wrong.
That defeats the purpose of install-update -a.
install-update -a
You just need to configure it once and then it will be saved as configuration and applied during install-update
No branches or pull requests
I installed ripgrep with
--all-features
but it seemscargo install-update -a
will update it with no features.The text was updated successfully, but these errors were encountered: