summaryrefslogtreecommitdiffstats
path: root/command.py
Commit message (Expand)AuthorAgeFilesLines
* filter: XSLT messages follow command's output formatJan Pokorný2014-12-081-0/+1
* command: analyse_chain: distinguish chain in 1st iterJan Pokorný2014-12-081-4/+16
* command: remove futile/NOOP usage of args2sgplJan Pokorný2014-11-141-1/+1
* command: fix factual discrepancy in the name of a variableJan Pokorný2014-11-141-5/+6
* command: fix factual discrepancy in the commentJan Pokorný2014-11-141-1/+1
* main + more: introduce concept of "expert" cmd switchesJan Pokorný2014-11-141-2/+5
* command: as a debug measure, allow intermediate output dumpsJan Pokorný2014-10-211-17/+43
* command: start making global filter ctxt useful for interpolationJan Pokorný2014-10-081-3/+6
* command+format: move magic FDs handling command->formatJan Pokorný2014-10-081-12/+5
* command: not quiet + with outputs files -> print their namesJan Pokorný2014-10-081-1/+8
* command: more housekeepingJan Pokorný2014-09-021-1/+0
* command: state the only Approved Indenting Convention (TM)Jan Pokorný2014-09-021-6/+27
* command: cosmeticsJan Pokorný2014-09-021-7/+7
* command{,_manager}: command responsible for resolving selfJan Pokorný2014-09-021-18/+58
* command: fix extra indirection thinkoJan Pokorný2014-09-011-1/+1
* command: make usable as a library (output as a string, etc.)Jan Pokorný2014-09-011-5/+14
* command_manager: allow for recursive aliases (w/o guards)Jan Pokorný2014-08-291-2/+4
* command: tone down some warnings (mostly feedback for dev)Jan Pokorný2014-08-271-6/+6
* command/format: pass declared cmd context subset to Format objectJan Pokorný2014-06-181-2/+7
* command_context: prevent unexpected tainting of mutablesJan Pokorný2014-06-171-1/+2
* 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