pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

Autocomplete after `inv --help` doesn't work as expected #965

Open gerhard4 opened 10 months ago

gerhard4 commented 10 months ago

Given what the --help argument does, shouldn't the autocompletion after --help show a selection of available commands (rather than the selection of files it shows currently)? Is this possible?

inv --help <tab>  # show a list of commands, not files