python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

FEATURE: key:value parsing in arguments

Open itsmeadarsh2008 opened this issue 1 year ago • 0 comments

For example

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

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

itsmeadarsh2008 avatar Jun 18 '24 06:06 itsmeadarsh2008