akamensky / argparse

Argparse for golang. Just because `flag` sucks
MIT License
604 stars 62 forks source link

Auto complete subcommands #86

Closed entwildfire closed 3 years ago

entwildfire commented 3 years ago

Hi. Is it possible to enable auto complete subcommands like git?

akamensky commented 3 years ago

Auto-completion is a functionality of the shell. Not of the application code. Basic Google search would point you in the right direction.

https://stackoverflow.com/questions/5570795/how-does-bash-tab-completion-work