Is there any way I can tell argparse to not eat quotation marks?
For example, When I give an argument with quotes, argparse only takes what\'s inside of the quotes a
I think it is the shell that eats them, so python will actually never see them. Escaping them on the command line may be your only option.
If it's the \"backslash\" style escaping you don't like for some reason, then this way should work instead:
\"backslash\"
pbsnodes -x | xmlparse -t '"interactive-00"'