summaryrefslogtreecommitdiffstats
path: root/command.py
Commit message (Expand)AuthorAgeFilesLines
* command: fix run-check not passing (resolved later on)Jan Pokorný2016-02-011-1/+3
* command: fix 2 related probs: unicode opts + no interpolationJan Pokorný2016-02-011-25/+35
* command: new convention: option prefixed w/ '_' is expert oneJan Pokorný2015-12-171-5/+11
* command: _figure_parser_opt_unofficial: drop bogus linesJan Pokorný2015-12-171-3/+0
* command: fix extraneous backslashJan Pokorný2015-12-171-1/+1
* command + filter: refactor/simplify "svc_output" usageJan Pokorný2015-12-171-17/+10
* command: drop unused importJan Pokorný2015-12-171-1/+0
* command: make "dump" message akin to "XSLT" onesJan Pokorný2015-12-171-1/+2
* command: make [filter<fill-to-longest-filter-name>] output universalJan Pokorný2015-12-171-5/+3
* command: make "output" message akin to "XSLT" onesJan Pokorný2015-12-171-1/+1
* command: add support for in-command-parameter interpolationJan Pokorný2015-06-191-15/+14
* command: memoize flat filter chain (OrderedDict)Jan Pokorný2015-06-191-3/+5
* command: _figure_parser_desc_opts: adjust log levelJan Pokorný2015-05-291-1/+1
* command: do not eval short options for common (tail) optsJan Pokorný2015-05-291-5/+10
* command: _figure_parser_desc_opts: use a symbolic stringJan Pokorný2015-05-291-1/+4
* command et al.: consider common (short)opts (avoid them)Jan Pokorný2015-05-291-5/+9
* Better support of Composite format usage/passingJan Pokorný2015-04-151-21/+33
* command: mute a "Could not find short option for X" msgJan Pokorný2015-04-151-2/+2
* command: avoid futile eval'ing in case of loop short-cuttingJan Pokorný2015-04-151-3/+3
* command: filter_backtrack has to be ordered (determinism)Jan Pokorný2015-04-151-1/+6
* command: fix misleading comment (s/iterative/recursive)Jan Pokorný2015-04-151-1/+1
* command: CommandAlias can be "unresolved" repeatedlyJan Pokorný2015-04-151-1/+4
* Introduce systemic handling of magic file specs (finally)Jan Pokorný2015-02-261-4/+6
* Mass change: import logging -> from logging import getLoggerJan Pokorný2015-01-091-2/+2
* command: straightforward condition instead of "close enough"Jan Pokorný2015-01-091-3/+2
* Integrate FancyOutput helper classJan Pokorný2014-12-111-11/+26
* command + utils_prog: sanitize importsJan Pokorný2014-12-111-2/+1
* 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