switch to argparse, and implement -m as boolean option
This is similar to the behavior of pdb, which allows for things like:
python -m pudb http.server -h
... to behave equivalent to:
python -m pdb http.server -h
Loading
Please sign in to comment