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
Add a completion subcommand which would output an appropriate shell script to provide shell command completion.
completion
No Rust programmer here, but looks like clap has already such a feature 🚀.
clap
The text was updated successfully, but these errors were encountered:
Not sure this is related but how to get completion similar to watch command. For example ->
watch
watch systemctl status <tab-completion>
hwatch systemctl status <tab-completion>
https://github.com/scop/bash-completion/blob/main/completions/watch can be used for reference.
Sorry, something went wrong.
No branches or pull requests
Add a
completion
subcommand which would output an appropriate shell script to provide shell command completion.No Rust programmer here, but looks like
clap
has already such a feature 🚀.The text was updated successfully, but these errors were encountered: