qutebrowser/qutebrowser/commands
Ryan Roden-Corrent f237a87ad0 Completion for varargs.
When a command has positional varargs, keep offering the configured
completion for each successive argument.

Right now this only influences `config-cycle`.

Previously, `config-cycle <option> ` would offer a value completion for
only the first argument after the option. Now it will keep offering
value completion for each successive argument.

This will be useful for passing multiple tags to the new bookmark
commands that will be added for #882.
2018-03-25 21:59:30 -04:00
..
__init__.py Add missing docs for {url:host} 2018-02-27 17:29:36 +01:00
argparser.py Update copyright years 2018-02-05 12:19:50 +01:00
cmdexc.py Update copyright years 2018-02-05 12:19:50 +01:00
cmdutils.py Show where a command handler is defined 2018-02-09 16:32:59 +01:00
command.py Completion for varargs. 2018-03-25 21:59:30 -04:00
runners.py Merge branch 'per-url' 2018-02-25 19:44:51 +01:00
userscripts.py Merge remote-tracking branch 'origin/pr/3549' 2018-02-09 22:27:31 +01:00