/CommandTree

organizational lib for cli tool development

Primary LanguageC++MIT LicenseMIT

Libray used to ease development of CLI tools. Organizes functionality into a tree structure of nested commands. Types cli parameter list into a few basic types and provides convenience functions for accessing them. Requires c++17 compiler.