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'