package cmdtui

  1. Overview
  2. No Docs
Interactive command completion and execution for building REPLs

Install

Authors

Maintainers

Sources

cmdtui-0.3.0.tbz
md5=00ec10a7c55ac72f7b54aa64a62a702e

Description

cmdtui is a module for declaring commands with completions and actions. It can return a dynamically generated list of completions based on partial user input. The base module doesn't depend on a particular terminal control library, and support for lambda-term based REPLs is provided in the cmdtui.lambda-term subpackage.

cmdtui is distributed under the ISC license.

Published: 26 Nov 2016

Dependencies (6)

  1. fmt >= "0.8.0"
  2. astring >= "0.8.3"
  3. topkg build & >= "0.7.8"
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.02.3" & < "5.0.0"

Dev Dependencies

None

Conflicts

None