package cmdliner
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Declarative definition of command line interfaces for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
cmdliner-2.1.1.tbz
sha512=cdc338ae2e56a72b7c75dae9564c57cca4e1fbfac454aabbf8303fcb612346284aede5984dfde7e8a7a496cc870bbd57ddf28cab3a38667279b31657f85c15dd
doc/cmdliner/Cmdliner/Cmd/Env/index.html
Module Cmd.EnvSource
Environment variable and their information.
Environment variables
Environment variable information
val info :
?deprecated:string ->
?docs:Manpage.section_name ->
?doc:string ->
var ->
infoinfo ~docs ~doc var describes an environment variable var such that:
docis the man page information of the environment variable, defaults to"See option $(opt).".docsis the title of the man page section in which the environment variable will be listed, it defaults toCmdliner.Manpage.s_environment.deprecated, if specified the environment variable is deprecated. Use of the variable warns on depstderrThis message which should be a capitalized sentence is preprended todocand output on standard error when the environment variable ends up being used.
In doc and deprecated the documentation markup language can be used with following variables:
$(opt), if any the option name of the argument the variable is looked up for.$(env), the value ofvar.- The variables mentioned in the doc string of
Cmd.info.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page