Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
po::program Class Reference

Public Member Functions

 program (std::string name, std::optional< std::string > description={})
program & description (std::string description)
program & subcommand (command cmd)
template<typename T>
program & flag (flag< T > fl)
program & pos_arg (std::string name, int arity=1)
result< matchparse_args (std::vector< std::string_view > argv)
result< matchparse_args (int argc, const char **argv)

The documentation for this class was generated from the following file: