hoangquochung1110 / public-notes

0 stars 0 forks source link

Issues with pyinvoke #3

Open hoangquochung1110 opened 3 months ago

hoangquochung1110 commented 3 months ago

--help is not discoverable. The flag is considered as (positional) argument instead of showing help output of underlying command

For example: ❌

inv task_name --help

inv --help task_name
hoangquochung1110 commented 3 months ago

https://github.com/pyinvoke/invoke/issues/982

hoangquochung1110 commented 3 months ago

https://github.com/pyinvoke/invoke/issues/205

hoangquochung1110 commented 3 months ago

Another issue: given an argument, it can't be optional and positional at the same time.

https://github.com/pyinvoke/invoke/issues/159