431
option.Option("function-name", short_name="f", type=text_type, argname="name",
428
option.Option("function-name", short_name="f", type=str, argname="name",
432
429
help="Name of the generated function (default: _brz)"),
433
430
option.Option("function-only", short_name="o", type=None,
434
431
help="Generate only the shell function, don't enable it"),
435
432
option.Option("debug", type=None, hidden=True,
436
433
help="Enable shell code useful for debugging"),
437
option.ListOption("plugin", type=text_type, argname="name",
434
option.ListOption("plugin", type=str, argname="name",
438
435
# param_name="selected_plugins", # doesn't work, bug #387117
439
436
help="Enable completions for the selected plugin"
440
437
+ " (default: all plugins)"),