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
Now, scc has many command options. If it can provide shell completion (bash/zsh/fish/...), it will be more convenient to use. Thanks.
The text was updated successfully, but these errors were encountered:
@Freed-Wu Do you have any details on how to achieve such a thing?
Sorry, something went wrong.
Maybe https://docs.rs/clap_complete/latest/clap_complete can be helpful?
Or that projects support completions (e.g. ripgrep, fd, exa, github-cli, etc) can be a reference.
Ah... thats what you mean. I think this is pretty easy https://jmtirado.net/shell-completion-with-cobra-and-go/
Great. Such as https://github.com/cli/cli/blob/cf4b73ff958b272cf3c9c0cf9351459f76b793a0/pkg/cmd/completion/completion.go?
No branches or pull requests
Now, scc has many command options. If it can provide shell completion (bash/zsh/fish/...), it will be more convenient to use. Thanks.
The text was updated successfully, but these errors were encountered: