package cmdliner
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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 ... endMan page specification.
module Term : sig ... endTerms.
module Cmd : sig ... endCommands.
module Arg : sig ... endTerms for command line arguments.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>