Revision f6822a26 kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
169 169
    @staticmethod
170 170
    def _create_help_method(cmd_name, args, descr, syntax):
171 171
        tmp_args = dict(args)
172
        tmp_args.pop('options', None)
172
        #tmp_args.pop('options', None)
173 173
        tmp_args.pop('cloud', None)
174 174
        tmp_args.pop('debug', None)
175 175
        tmp_args.pop('verbose', None)
176
        tmp_args.pop('include', None)
177 176
        tmp_args.pop('silent', None)
178 177
        tmp_args.pop('config', None)
179 178
        help_parser = ArgumentParseManager(cmd_name, tmp_args)

Also available in: Unified diff