shlex
shlex.split("python -u a.py -a A -b B -o test")
['python', '-u', 'a.py', '-a', 'A', '-b', 'B', '-o', 'test']Last updated
shlex.split("python -u a.py -a A -b B -o test")
['python', '-u', 'a.py', '-a', 'A', '-b', 'B', '-o', 'test']Last updated