X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fcommand.py;h=1cb58e7d6d2262a07e8d62cf74f4c3b4fe47fc71;hb=87121ca63d2b95bb155ea2adc5fd7c61d5cddcbe;hp=825c9f2b1825db33e51ae532dc5bcf93c233413d;hpb=dc1c09e790d507ba6f2258459374a4dcda7decce;p=sfa.git diff --git a/sfatables/command.py b/sfatables/command.py index 825c9f2b..1cb58e7d 100644 --- a/sfatables/command.py +++ b/sfatables/command.py @@ -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):