Revision f6822a26 kamaki/cli/argument/__init__.py

b/kamaki/cli/argument/__init__.py
365 365
    cloud=ValueArgument('Chose a cloud to connect to', ('--cloud')),
366 366
    help=Argument(0, 'Show help message', ('-h', '--help')),
367 367
    debug=FlagArgument('Include debug output', ('-d', '--debug')),
368
    include=FlagArgument(
369
        'Include raw connection data in the output', ('-i', '--include')),
368
    #include=FlagArgument(
369
    #    'Include raw connection data in the output', ('-i', '--include')),
370 370
    silent=FlagArgument('Do not output anything', ('-s', '--silent')),
371 371
    verbose=FlagArgument('More info at response', ('-v', '--verbose')),
372 372
    version=VersionArgument('Print current version', ('-V', '--version')),

Also available in: Unified diff