Runtime keys
val get : 'a t -> 'aget k is the value of the key k. Use the default value if no command-line argument is provided.
- raises Invalid_argument
if called before cmdliner's evaluation.
val default : 'a t -> 'a optiondefault k is the default value of k, if one is available. This function can be called before cmdliner's evaluation.
val term : 'a t -> unit Cmdliner.Term.tterm k is the Cmdliner term whose evaluation sets ks' value to the parsed command-line argument.