qutebrowser/qutebrowser/commands
Florian Bruhin e24b06cdf9 Refactor and fix split commands in CommandRunner.
- 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.
2015-04-13 07:38:25 +02:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
argparser.py Fix pep257 issues. 2015-03-26 07:08:54 +01:00
cmdexc.py Various spelling fixes. 2015-03-31 21:11:47 +02:00
cmdutils.py Use **kwargs to simplify cmdutils.register. 2015-04-06 17:25:42 +02:00
command.py Use **kwargs to simplify cmdutils.register. 2015-04-06 17:25:42 +02:00
runners.py Refactor and fix split commands in CommandRunner. 2015-04-13 07:38:25 +02:00
userscripts.py Various spelling fixes. 2015-03-31 21:11:47 +02:00