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
Description
Some CLIs choose not to auto-install the completion files but rather to expose a command where a completion script is printed in the stdout.
Then a CLI user's usage would be like this:
my_cli completion-script >> ~/.zshrc
Requirements
Additional Context
The same approach used by NPM and GH CLI, among others
As described by this comment: #47 (comment)
The text was updated successfully, but these errors were encountered:
$HOME
This would be awesome to have!
Sorry, something went wrong.
No branches or pull requests
Description
Some CLIs choose not to auto-install the completion files but rather to expose a command where a completion script is printed in the stdout.
Then a CLI user's usage would be like this:
Requirements
Additional Context
The same approach used by NPM and GH CLI, among others
As described by this comment: #47 (comment)
The text was updated successfully, but these errors were encountered: