python-fire
python-fire copied to clipboard
Detect the program name when `python -m` was executed
Closes #76
Old behaviour:
SYNOPSIS
__main__.py ARGS
New behaviour:
SYNOPSIS
'/usr/bin/python -m sample' ARGS
Good idea! Thanks for submitting 👍