45
45
help="Generate only the shell function, don't enable it"),
46
46
Option("debug", type=None, hidden=True,
47
47
help="Enable shell code useful for debugging"),
48
ListOption("plugin", type=str, argname="name",
52
56
from bashcomp import bash_completion_function
53
61
bash_completion_function(sys.stdout, **kwargs)
55
63
register_command(cmd_bash_completion)