mehmetalianil / Kreveik

Random Boolean Network analysis module in Python
Apache License 2.0
4 stars 5 forks source link

Controlling verbosity with argument parsing #12

Open mehmetalianil opened 13 years ago

mehmetalianil commented 13 years ago

The python script can be called with different verbosities, with tagging it from the command line as -v 1 -v 2 .. et cetera.

mehmetalianil commented 13 years ago

http://stackoverflow.com/questions/6076690/verbose-level-with-argparse-and-multiple-v-options http://stackoverflow.com/questions/5980042/how-to-implement-the-verbose-or-v-option-into-a-python-script