summaryrefslogtreecommitdiffstats
path: root/command.py
Commit message (Expand)AuthorAgeFilesLines
* command_context: restore common dict semantics + allow "bypass"Jan Pokorný2014-06-171-10/+11
* command: add behavior of deferring to _common as already doc'dJan Pokorný2014-06-161-5/+8
* command: more precise standalone arg to opt param matchingJan Pokorný2014-05-261-12/+27
* Add "quiet" general parameter and make XMLFilter honor itJan Pokorný2014-05-261-0/+1
* command: pass forgotten param when figuring parser optsJan Pokorný2014-05-231-2/+2
* Introduce an explicit notion about target system+distroJan Pokorný2014-05-221-10/+9
* utils_prog: new program-specific unit incl. some moves from utilsJan Pokorný2014-05-191-2/+2
* command: fix chain analysis failing on 3+ items linear chainJan Pokorný2014-04-291-2/+9
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
* command: add ability to NOOPize selected filter(s)Jan Pokorný2014-04-161-13/+46
* command: sanitize/simplify fnc's defaults vs. explicit args v2Jan Pokorný2014-04-011-5/+5
* command: sanitize/simplify fnc's defaults vs. explicit argsJan Pokorný2014-04-011-6/+7
* command: postpone "magic @DITIT+ files: allow repeated usage"Jan Pokorný2014-04-011-12/+12
* Refactor "magic @DITIT+ files: allow repeated usage"Jan Pokorný2014-04-011-0/+17
* Refactor: move functional-paradigm helpers utils -> utils_funcJan Pokorný2014-04-011-7/+7
* command: apply cli_decor also to per-command cmdline optionsJan Pokorný2014-03-061-1/+2
* command: pass system info to command alias resolverJan Pokorný2014-03-061-1/+6
* command: start adding cmd alias mechanism with the extra classJan Pokorný2014-03-051-0/+31
* command: fix short-option assignment algorithmJan Pokorný2014-03-041-7/+4
* command: automagically figure out the short opts for long onesJan Pokorný2014-02-261-0/+13
* command-related: postpone creating Option instancesJan Pokorný2014-02-261-9/+13
* command+utils: adjust commentsJan Pokorný2014-02-261-0/+2
* command: fix a thinko in test/prod scenario separationJan Pokorný2014-02-191-1/+2
* Allow more convenient way of specifying command parametersJan Pokorný2014-02-191-7/+21
* command: fix a false assumption terminal chain == whole chainJan Pokorný2014-02-171-25/+38
* command: slightly adjust docstring for decoJan Pokorný2014-02-131-4/+6
* command: make this top-layer work as per the design, yayJan Pokorný2014-02-131-35/+107
* command: add basic IO chain analysisJan Pokorný2014-02-131-0/+84
* command: document some design principles at decoJan Pokorný2014-02-131-2/+89
* command: hasattr proved unreliable with opts from optparseJan Pokorný2014-02-131-1/+1
* command: deco: be fine with untangled single-item chainJan Pokorný2014-02-131-2/+6
* command: better options presentation for bool onesJan Pokorný2014-02-131-2/+9
* command: more elegant _desc_opts + _fnc_defaults_varnames treatmentJan Pokorný2014-02-131-18/+27
* command: parser_desc_opts can be propertyJan Pokorný2014-02-131-0/+1
* command+filter: add a comment reminding "resolved state"Jan Pokorný2014-02-091-1/+1
* command: further simplify "shapes" match (vol.2)Jan Pokorný2014-02-041-3/+3
* command: it is "io chain" (cf. IO protocol), not a "format" oneJan Pokorný2014-02-041-6/+6
* command: further simplify "shapes" matchJan Pokorný2014-02-031-16/+10
* command: fine-tune "shapes" match for filter/format chainJan Pokorný2014-01-281-11/+14
* command: implement "shapes" match for filter/format chainJan Pokorný2014-01-271-3/+30
* 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-0/+25
* command: refactor responsibility for cmd desc/opts knowledgeJan Pokorný2014-01-241-17/+25
* command: make undocumented kwargs usable, but hidden in helpJan Pokorný2014-01-231-1/+7
* Finalize basic command-line handlingJan Pokorný2014-01-231-16/+13
* command: expose defaults in the help screenJan Pokorný2014-01-211-5/+11
* command: in per-cmd help, add a hint how to list all cmdsJan Pokorný2014-01-201-1/+5
* command: integrate per-command options parsingJan Pokorný2014-01-201-1/+44
* command (+ccs2pcs): finish basic framework integrationJan Pokorný2014-01-201-1/+43
* Batch header unificationJan Pokorný2013-11-181-1/+3