package inquire

  1. Overview
  2. Docs
An OCaml library to create beautiful interactive CLIs

Install

Dune Dependency

Authors

Maintainers

Sources

inquire-0.2.1.tbz
sha256=0b88d89e24d4cbc0560a7c8d8ec51388990e1b27f24685029997afa52a7c720f
sha512=8b62860a8d15e41528a404a6f1b9968c3d79755607b5ea319af2e3e45516e672a785361d278279910928db4054e1800e87bcee0210ff3eabfb330713b368c827

doc/inquire.lambda-term/LTerm_read_line_base/index.html

Module LTerm_read_line_baseSource

Sourceval pervasives_compare : 'a -> 'a -> int
Sourceexception Interrupt
Sourcetype action =
  1. | Edit of LTerm_edit.action
  2. | Interrupt_or_delete_next_char
  3. | Complete
  4. | Complete_bar_next
  5. | Complete_bar_prev
  6. | Complete_bar_first
  7. | Complete_bar_last
  8. | Complete_bar
  9. | History_prev
  10. | History_next
  11. | History_search_prev
  12. | History_search_next
  13. | Accept
  14. | Clear_screen
  15. | Break
  16. | Suspend
  17. | Edit_with_external_editor
Sourceval doc_of_action : action -> string
Sourceval actions : (action * string) list
Sourceval actions_to_names : (action * string) array
Sourceval names_to_actions : (action * string) array
Sourceval action_of_name : string -> action
Sourceval name_of_action : action -> string
Sourcetype 'a loop_result =
  1. | Result of 'a
  2. | ContinueLoop of LTerm_key.t list
Sourcetype 'a loop_status =
  1. | Ev of LTerm_event.t
  2. | Loop_result of 'a
  3. | Interrupted of exn
OCaml

Innovation. Community. Security.