qutebrowser/qutebrowser/commands
Florian Bruhin 6ed9b6b13f Make sure typing.Union[str, int] gets handled
str always needs to be the last element checked as otherwise it'd always
win.
2016-05-18 06:55:17 +02:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
argparser.py Make sure typing.Union[str, int] gets handled 2016-05-18 06:55:17 +02:00
cmdexc.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
cmdutils.py Refactor how cmdutils.ArgInfo works 2016-05-18 06:55:17 +02:00
command.py Use typing.py-like annotations for command args 2016-05-18 06:55:17 +02:00
runners.py Show exception stack when handling cmdexc errors. 2016-05-13 07:43:44 +02:00
userscripts.py Fix lint 2016-05-01 23:03:27 +02:00