zsquareplusc / mpy-repl-tool

Yet an other tool to transfer files, execute files and so on via the Python prompt, used for MicroPython
Other
19 stars 5 forks source link

Global options are ignored when specified before sub-command #8

Closed zsquareplusc closed 6 years ago

zsquareplusc commented 6 years ago

Likely caused by https://bugs.python.org/issue23058

Workaround:

unlike other solutions found in the net, this solution also works with action="count". However the global options do not show up in the help.