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

FEATURE: key:value parsing in arguments #518

Open itsmeadarsh2008 opened 1 month ago

itsmeadarsh2008 commented 1 month ago

For example

python foo.py key:value
# Splits into key and value

python foo.py gh:itsmeadarsh2008/flpc
# gh argument passed with "itsmeadarsh2008/flpc"