summaryrefslogtreecommitdiffstats
path: root/layman/argsparser.py
Commit message (Expand)AuthorAgeFilesLines
* Add checking for ROOT in the environment on statup, and setting it in the app...Brian Dolbec2012-10-141-2/+5
* Update doctest data for config changes.Brian Dolbec2012-10-071-1/+1
* improve the usage to include an example of multiple actions.Brian Dolbec2011-12-261-0/+2
* fix a missed conversion to using the Message classdol-sen2011-08-241-1/+1
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-241-2/+2
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-1/+0
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-1/+1
* fix a bug causing it to not get the correct config path.dol-sen2011-08-061-13/+17
* add --debug-level to cli options and code Message.debug()dol-sen2011-08-061-0/+17
* fix existing tests. add tests for new classes. rename T/F_options to lowwerca...dol-sen2011-07-221-13/+20
* fix --quiet option.dol-sen2011-04-301-1/+1
* migrate to using explicit checks.Brian Dolbec2011-03-271-1/+1
* migrate to print()Brian Dolbec2011-03-271-1/+3
* separate out ArgsParser to it's own file and subclass BareConfigBrian Dolbec2011-02-231-0/+333