Revision 120126f1 kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
166 166
                if '-h' in cmd_args or '--help' in cmd_args:
167 167
                    cmd_parser.parser.print_help()
168 168
                    return
169
                cmd_parser.parse(cmd_args)
169 170

  
170 171
                for name, arg in instance.arguments.items():
171 172
                    arg.value = getattr(cmd_parser.parsed, name, arg.default)

Also available in: Unified diff