def __init__(self, context):
     CmdShell.__init__(self, context)
Example #2
0
 def __init__(self, context):
     CmdShell.__init__(self, context)
 def __init__(self, context):
     CmdShell.__init__(self, context)
     self.complete_exceptions = ['delete', 'update']
     self.identifier_template = '--%s-identifier'