269
option.Option("function-name", short_name="f", type=text_type, argname="name",
266
option.Option("function-name", short_name="f", type=str, argname="name",
270
267
help="Name of the generated function (default: _brz)"),
271
268
option.Option("debug", type=None, hidden=True,
272
269
help="Enable shell code useful for debugging"),
273
option.ListOption("plugin", type=text_type, argname="name",
270
option.ListOption("plugin", type=str, argname="name",
274
271
# param_name="selected_plugins", # doesn't work, bug #387117
275
272
help="Enable completions for the selected plugin"
276
273
+ " (default: all plugins)"),