IDEA: What if the python command had dozens of sub commands. Just imagine the bash scripts you could write if there was more than this
```bash
python [-bBdEhiIOPqRsSuvVWx?] [-c command | -m module-name | script | - ] [args]
```
TODO: write a cool wrapper.