Revision e8ba3e9f 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()])
178 180
        help_parser = ArgumentParseManager(
179 181
            cmd_name, tmp_args, required, syntax=syntax, description=descr)
180 182
        return help_parser.print_help

Also available in: Unified diff