python -i prog.py -h
When calling the above command I get the expected output with a traceback and 'SystemExit: 0'. Without '-i' I get the expected output without a traceback. Why does this happen and is there a way to use both python flags and program flags in the same command without the traceback?