python-fire
python-fire copied to clipboard
FEATURE: key:value parsing in arguments
For example
python foo.py key:value
# Splits into key and value
python foo.py gh:itsmeadarsh2008/flpc
# gh argument passed with "itsmeadarsh2008/flpc"