package cmdliner

  1. Overview
  2. Docs
Declarative definition of command line interfaces for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cmdliner-1.3.0.tbz
sha512=4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283

doc/cmdliner/Cmdliner/index.html

Module Cmdliner

Declarative definition of command line interfaces.

Consult the tutorial, details about the supported command line syntax and examples of use.

Open the module to use it, it defines only three modules in your scope.

module Manpage : sig ... end

Man page specification.

module Term : sig ... end

Terms.

module Cmd : sig ... end

Commands.

module Arg : sig ... end

Terms for command line arguments.

OCaml

Innovation. Community. Security.