Revision b46307af kamaki/cli/argument.py

b/kamaki/cli/argument.py
205 205
    silent = FlagArgument('Do not output anything', ('-s', '--silent')),
206 206
    verbose = FlagArgument('More info at response', ('-v', '--verbose')),
207 207
    version = VersionArgument('Print current version', ('-V', '--version')),
208
    options = CmdLineConfigArgument(_config_arg, 'Override a config value', ('-o', '--options')),
209
    history = HistoryArgument('Show user (prefixed) history', '--history')
208
    options = CmdLineConfigArgument(_config_arg, 'Override a config value', ('-o', '--options'))
210 209
)
211 210

  
212 211
def parse_known_args(parser):

Also available in: Unified diff