I want to allow arbitrary command line arguments. If the user provides me with a command line that looks like this
myscript.py --a valueofa --b valueofb posar
Sadly, you can't. If you have to support this, you'll need to write your own option parser =(.