I have command line arguments in a string and I need to split it to feed to argparse.ArgumentParser.parse_args.
argparse.ArgumentParser.parse_args
I see that the documentation uses
This is what shlex.split was created for.