Key.ArgSourceTerms for cross-stage arguments.
This module extends Cmdliner.Arg to allow MetaOCaml-style typed cross-stage persistency of command-line arguments.
The type for arguments holding data of type 'a.
opt conv v i is similar to Cmdliner.Arg.opt but for cross-stage optional command-line arguments.
required conv i is similar to Cmdliner.Arg.required but for cross-stage required command-line arguments.
flag i is similar to Cmdliner.Arg.flag but for cross-stage command-line flags.
val info :
?deprecated:string ->
?absent:string ->
?docs:string ->
?docv:string ->
?doc:string ->
?env:Cmdliner.Cmd.Env.info ->
string list ->
Cmdliner.Arg.infoSame as Cmdliner.Arg.info.