package reason
Reason: Syntax & Toolchain for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
reason-3.12.0.tbz
sha256=63d950affbe203701a3d4c076a2750b56211bae7017cd8f59da508efb09a1afe
sha512=3ed24f4567dcf2ef2c05cec45fae18da2b9a78dab098a8e97e6430aaed4c8e3f659c7a5ccab88bce498c4b3d3cd54b01e72b2be4fefdf9f3bfcc2c8eb7fd86d4
doc/reason.cmdliner/Vendored_cmdliner/Cmd/Env/index.html
Module Cmd.Env
Source
Environment variable and their information.
Environment variables
The type for environment names.
Environment variable information
The type for environment variable information.
info ~docs ~doc var
describes an environment variable var
such that:
doc
is the man page information of the environment variable, defaults to"undocumented"
.docs
is 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 is deprecated and the string is a message output on standard error when the environment variable gets used to lookup the default value of an argument.
In doc
the documentation markup language can be used with following variables:
$(env)
, the value ofvar
.- The variables mentioned in
info
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page