How to parse a custom string using optparse, instead of command line argument?
I want to parse a string that I get from using raw_input(). How can I use optparse for that?
|
|
How to parse a custom string using optparse, instead of command line argument? I want to parse a string that I get from using raw_input(). How can I use optparse for that?
|
||
|
|
|
|
The optional argument to Be advised that |
||
|
|
|
|
Use the shlex module to split the input first.
|
||||||
|