diff --git a/qutebrowser/commands/utils.py b/qutebrowser/commands/utils.py index 74de5a18e..06aa9cf62 100644 --- a/qutebrowser/commands/utils.py +++ b/qutebrowser/commands/utils.py @@ -76,6 +76,11 @@ class Command(QObject): """Base skeleton for a command. See the module help for qutebrowser.commands.commands for details. """ + + # FIXME: + # we should probably have some kind of typing / argument casting for args + # this might be combined with help texts or so as well + nargs = 0 name = None signal = None