Closed matbur closed 8 years ago
Hi,
Have you thought about using some python library like optparse for python2.6 or argparse for python2.7? It could help you to manage arguments from command line instead of many nested if/elif statement in main file.
Yes new version is ready and coming out with optparse to tackle this.
Finishing up some testing and it will be pushed
closing as this will be pushed soon
Hi,
Have you thought about using some python library like optparse for python2.6 or argparse for python2.7? It could help you to manage arguments from command line instead of many nested if/elif statement in main file.