p-ranav / structopt

Parse command line arguments by defining a struct
MIT License
457 stars 26 forks source link

automatically complete the subcommand #31

Open DapengFeng opened 3 days ago

DapengFeng commented 3 days ago

When using git, we can press the tab to complete the subcommand. Do you have any ideas about how to implement this function?