cli icon indicating copy to clipboard operation
cli copied to clipboard

bash completion

Open mkideal opened this issue 9 years ago • 0 comments

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

mkideal avatar May 07 '16 23:05 mkideal