Module Deprecated_command.Autocomplete

module Autocomplete: sig .. end

type t = string list -> string list 
module Bash_action: sig .. end
val bash : Bash_action.t list ->
t
create actions command_line gets the completion suggestions that bash's compgen would generate for the selected actions and the last word of the command_line.