Cmdliner_base
A few helpful base definitions.
suggest near candidates
suggest values from candidates
not too far from near
.
val bool : bool conv
val char : char conv
val int : int conv
val nativeint : nativeint conv
val int32 : int32 conv
val int64 : int64 conv
val float : float conv
val string : string conv
val enum : (string * 'a) list -> 'a conv
val file : string conv
val dir : string conv
val non_dir_file : string conv
val env_bool_parse : bool parser