module Autocomplete:sig
..end
typet =
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
.