S
Sergey
Which module to use to do such thing:
"-a -b -c '1 2 3'" -> ["-a", "-b", "-c", "'1 2 3'"]
(i have string, need to pass it to getopt)
"-a -b -c '1 2 3'" -> ["-a", "-b", "-c", "'1 2 3'"]
(i have string, need to pass it to getopt)