secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

Using optparse/argparse #28

Closed matbur closed 8 years ago

matbur commented 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.

secgroundzero commented 8 years ago

Yes new version is ready and coming out with optparse to tackle this.

Finishing up some testing and it will be pushed

secgroundzero commented 8 years ago

closing as this will be pushed soon