module Autocomplete:sig..end
typet =string list -> string list
module Bash_action:sig..end
val bash : Bash_action.t list ->
       tcreate 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.