module Tab_completion:sig
..end
val write_script : Command.t -> argv0:string -> dest:string -> unit
write_script t argv0 dest
generates a tab-completion bash script for
t
, using argv0
as the command name to tab complete on, writing the
script file to dest