Configure argparse to accept quoted arguments
问题 I am writing a program which, among other things, allows the user to specify through an argument a module to load (and then use to perform actions). I am trying to set up a way to easily pass arguments through to this inner module, and I was attempting to use ArgParse's action='append' to have it build a list of arguments that I would then pass through. Here is a basic layout of the arguments that I am using parser.add_argument('-M', '--module', help="Module to run on changed files - should