Add FIXME
This commit is contained in:
parent
5fce707bb2
commit
46e846afb9
@ -76,6 +76,11 @@ class Command(QObject):
|
|||||||
"""Base skeleton for a command. See the module help for
|
"""Base skeleton for a command. See the module help for
|
||||||
qutebrowser.commands.commands for details.
|
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
|
nargs = 0
|
||||||
name = None
|
name = None
|
||||||
signal = None
|
signal = None
|
||||||
|
Loading…
Reference in New Issue
Block a user