-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
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
print shell completions #2055
Labels
Comments
elopez
added a commit
that referenced
this issue
Feb 19, 2024
These can be generated by running e.g. `slither --print-completion zsh` and installed as usual. Closes #2055
elopez
added a commit
that referenced
this issue
Feb 19, 2024
These can be generated by running e.g. `slither --print-completion zsh` and installed as usual. Closes #2055
elopez
added a commit
that referenced
this issue
Feb 19, 2024
These can be generated by running e.g. `slither --print-completion zsh` and installed as usual. Closes #2055
elopez
added a commit
that referenced
this issue
Feb 20, 2024
These can be generated by running e.g. `slither --print-completion zsh` and installed as usual. Closes #2055
elopez
added a commit
that referenced
this issue
Feb 20, 2024
These can be generated by running e.g. `slither --print-completion zsh` and installed as usual. Closes #2055
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the desired feature
Since Slither is using
argparse
this might end up being quite easy:https://docs.iterative.ai/shtab/use/#:~:text=bash%2Czsh%2Ctcsh%7D-,subparser%20mode,-%3A%20end%2Dusers%20execute
The text was updated successfully, but these errors were encountered: