Revision 9b3c8fd9 kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
175 175
        tmp_args.pop('verbose', None)
176 176
        tmp_args.pop('silent', None)
177 177
        tmp_args.pop('config', None)
178
        print 'YOLO >>>\n\t', '\n\t'.join([
179
            ('%s %s %s' % k, v, v.value) for k, v in args.items()])
180 178
        help_parser = ArgumentParseManager(
181
            cmd_name, tmp_args, required, syntax=syntax, description=descr)
179
            cmd_name, tmp_args, required,
180
            syntax=syntax, description=descr, check_required=False)
182 181
        return help_parser.print_help
183 182

  
184 183
    def _register_command(self, cmd_path):

Also available in: Unified diff