e24b06cdf9
- split() now returns a ParseResult namedtuple with (cmd, args, cmdline) arguments instead of only returning cmdline and setting self._cmd/self._args. - Handling of split commands (;;) is now done in a separate parse_all() function instead of run() to make testing easier. See #615. |
||
---|---|---|
.. | ||
__init__.py | ||
argparser.py | ||
cmdexc.py | ||
cmdutils.py | ||
command.py | ||
runners.py | ||
userscripts.py |