summaryrefslogtreecommitdiffstats
path: root/command_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce an explicit notion about target system+distroJan Pokorný2014-05-221-4/+4
* Refactor: separate set_logging func in utils_progJan Pokorný2014-05-191-15/+2
* utils_prog: new program-specific unit incl. some moves from utilsJan Pokorný2014-05-191-3/+1
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
* logging: allow destination file/logfile to be specifiedJan Pokorný2014-04-041-0/+13
* command_manager: make logging work also under Python <2.7Jan Pokorný2014-04-041-1/+4
* Refactor: move functional-paradigm helpers utils -> utils_funcJan Pokorný2014-04-011-5/+5
* __init__ + command_manager: push wrap limit 70 -> 76 charsJan Pokorný2014-03-061-1/+1
* command: integrate cmd alias support (incl. help screen+completion)Jan Pokorný2014-03-061-15/+60
* command_manager: remove wasteful line splitJan Pokorný2014-03-061-2/+1
* completion: way to get bash (and perhaps others) autocompletionsJan Pokorný2014-02-261-0/+6
* command-related: postpone creating Option instancesJan Pokorný2014-02-261-2/+3
* command: parser_desc_opts can be propertyJan Pokorný2014-02-131-1/+1
* Move base exceptions and exit codes to separate error.pyJan Pokorný2014-01-271-3/+3
* Finalize basic command manager's responsibilitiesJan Pokorný2014-01-241-1/+4
* command_manager: removed stale commented out codeJan Pokorný2014-01-241-3/+0
* Finalize basic command-line handlingJan Pokorný2014-01-231-39/+53
* *_manager: s/_handle_plugins/_init_handle_plugins/ + change guardJan Pokorný2014-01-211-1/+1
* command_manager: adjust help(): docstring + cosmeticsJan Pokorný2014-01-201-1/+2
* command: integrate per-command options parsingJan Pokorný2014-01-201-6/+13
* command_manager: make handle help (at least)Jan Pokorný2014-01-201-9/+41
* command_manager: initial plugins registration (ala filter_manager)Jan Pokorný2014-01-201-4/+35
* *Manager: make common (abstract) base PluginManagerJan Pokorný2014-01-171-4/+17
* Batch header unificationJan Pokorný2013-11-181-2/+4
* Initial commitJan Pokorný2013-11-181-0/+14