aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renames protocol_order to protocol_filterDevan Franchini2015-03-261-15/+13
* argsparser.py: Adds proper splitting of protocol_order config optionDevan Franchini2015-03-261-0/+2
* argsparser.py: Fixes default override of protocol_order config optionDevan Franchini2015-03-261-1/+11
* argsparser.py: Adds "protocol_order" to list of available CLI optionsDevan Franchini2015-03-071-0/+12
* argsparser.py: Changes "Additional Options" to "Path Options" to reflect arg ...Devan Franchini2015-03-071-1/+1
* Removes doctest remnantsDevan Franchini2014-10-171-11/+0
* argparser.py: Fixes override of overlay_defs config optionDevan Franchini2014-09-181-6/+16
* argparser.py: Fixes default override of storage config optionDevan Franchini2014-09-161-0/+14
* cli.py: Adds disable and enable cli functionsDevan Franchini2014-08-151-0/+12
* Fixes hard-coded defaults and EPREFIXIES repos_confDevan Franchini2014-08-141-3/+4
* argsparser.py: Adds support for multiple cli argsDevan Franchini2014-08-131-6/+6
* argsparser.py: Renames --setup_help to --setup-helpDevan Franchini2014-08-131-1/+1
* external.py: Adds CLIArgs() test to test suiteDevan Franchini2014-08-101-14/+1
* Adds --storage cli optionDevan Franchini2014-07-311-0/+7
* {argsparser, cli}.py: adds --readd cli optionDevan Franchini2014-06-121-2/+9
* argsparser.py: Migrates from optparse to argparseDevan Franchini2014-06-121-174/+176
* {argsparser, dbbase}.py: Adds py3 keys() compatibilityDevan Franchini2014-06-121-8/+9
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+1
* Add cli options to both layman-updater and layman to print the setup help mes...Brian Dolbec2013-07-281-0/+8
* 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