google / python-fire

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Other
26.66k stars 1.44k forks source link

ERROR: Could not consume arg: >> #473

Closed boringplay closed 7 months ago

boringplay commented 8 months ago

It will raise an error when using >> operator:

python ./my.py >> my.log
JustSouichi commented 8 months ago

What does the specific error say?