summaryrefslogtreecommitdiff
path: root/alot/utils
Commit message (Collapse)AuthorAge
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
|
* fix BooleanActionPatrick Totzke2012-06-16
| | | | | | apparently the __call__ method got lost on the way. Moreover the choices list must match the target type, so is useless here
* cleanup docstring for BooleanActionPatrick Totzke2012-06-14
|
* add copyright statements to all source filesPatrick Totzke2012-06-14
| | | | cf issue #472
* use metavar 'BOOL' for BooleanAction parametersPatrick Totzke2012-06-11
|
* add BooleanAction for argparsePatrick Totzke2012-06-11
This action allows to set a boolean flag via --foo=BAR, where BAR is y/n,true/false etc.