Functoria_runtime.ArgSourceArg defines command-line arguments which can be set at runtime. This module is the runtime companion of Functoria.Key. It exposes a subset of Cmdliner.Arg.
The type for runtime command-line arguments. Similar to Functoria.Key.Arg.t but only available at runtime.
opt is the runtime companion of Functoria.Ky.Arg.opt.
required is the runtime companion of Functoria.Key.Arg.required.
flag is the runtime companion of Functoria.Key.Arg.flag.