Jump To 🏠 dk dkcoder-libraries(7) dkcoder-macros(7) Table of Contents cmdliner Library cmdliner Cmdliner Manpage Term Cmd Arg Cmdliner_arg Cmdliner_base Cmdliner_cline Cmdliner_cmd Cmdliner_docgen Cmdliner_eval Cmdliner_exit Cmdliner_info Exit Env Arg Cmd Eval Cmdliner_manpage Cmdliner_msg Cmdliner_term Syntax Cmdliner_term_deprecated Cmdliner_trie Tries.This implementation also maps any non ambiguous prefix of a key to its value. Sourcetype 'a tSourceval empty : 'a tSourceval is_empty : 'a t -> boolSourceval add : 'a t -> string -> 'a -> [ `New of 'a t | `Replaced of 'a * 'a t ]Sourceval find : 'a t -> string -> [ `Ok of 'a | `Ambiguous | `Not_found ]Sourceval ambiguities : 'a t -> string -> string listSourceval of_list : (string * 'a) list -> 'a t