Open hoangquochung1110 opened 3 months ago
--help is not discoverable. The flag is considered as (positional) argument instead of showing help output of underlying command
--help
For example: ❌
inv task_name --help
✅
inv --help task_name
https://github.com/pyinvoke/invoke/issues/982
https://github.com/pyinvoke/invoke/issues/205
Another issue: given an argument, it can't be optional and positional at the same time.
https://github.com/pyinvoke/invoke/issues/159
--help
is not discoverable. The flag is considered as (positional) argument instead of showing help output of underlying commandFor example: ❌
✅