cli
cli copied to clipboard
bash completion
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