From 46e846afb974bfb712c59d0d09949cd74cde07ac Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 20 Jan 2014 17:05:56 +0100 Subject: [PATCH] Add FIXME --- qutebrowser/commands/utils.py | 5 +++++ 1 file changed, 5 insertions(+) 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