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
Need bash completion for command, even for flags. For example, app has a command hello, app hello
app
hello
app hello
And hello has flags --aha and --oho.
--aha
--oho
Now, I want complete to app hello when typing app he in terminal and complete to app hello --aha when typing app hello --a
app he
app hello --aha
app hello --a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need bash completion for command, even for flags. For example,
app
has a commandhello
,app hello
And
hello
has flags--aha
and--oho
.Now, I want complete to
app hello
when typingapp he
in terminal and complete toapp hello --aha
when typingapp hello --a
The text was updated successfully, but these errors were encountered: