Cmdlang_stdlib_runnerSourceAn execution engine for cmdlang based on stdlib.arg.
val eval :
'a Cmdlang.Command.t ->
argv:string array ->
('a, [ `Help of string | `Bad of string ]) Result.tThis modules should not be used directly by the users of the runner, but only through the run and eval functions. They are exposed if you want to re-use some existing code to build your own runner.
Internal representation used to run a parser.
Internal representation for cmdlang arg expressions used during parsing.
Selecting a command within a group hierarchy.
Parsing parameters according to their specification.
A mutable state that will collect parsing information.
A mutable state that will collect parsing information for positional arguments.