Need bash completion for command, even for flags. For example, app has a command hello,
app hello
And hello has flags --aha and --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
Need bash completion for command, even for flags. For example,
apphas a commandhello,app helloAnd
hellohas flags--ahaand--oho.Now, I want complete to
app hellowhen typingapp hein terminal and complete toapp hello --ahawhen typingapp hello --a