a little nicer wrt pep8
[sfa.git] / sfatables / command.py
index 825c9f2..1cb58e7 100644 (file)
@@ -9,6 +9,13 @@ class Command:
     action = 'store_const'
 
     def __init__(self):
+        self.options = []
+        self.help = ''
+        self.type = 'command'
+        self.matches = False
+        self.targets = False
+        self.action = 'store_const'
+
         return
 
     def call(self, coptions, moptions, toptions):