I\'m using argparse to receive inputs from the command line to run my script.
My current input string looks like this:
path> python &
There is no such feature in argparse.
Alternatives:
args namespace and split/parse the values manuallyaction and split/parse the values manuallytype and split/parse the values manuallyArgumentParser and customise ArgumentParser.convert_arg_line_to_args