Functoria_runtime.ArgSourceArg defines values that can be set by runtime command-line arguments. This module is the runtime companion of Functora.Runtime_arg.
The type for command-line arguments containing a value of type 'a.
create conv create a new command-line argument from a Cmdliner term.
val conv :
(string -> ('a, [ `Msg of string ]) result) ->
('a -> string) ->
'a Cmdliner.Arg.conv