ClikaRT::cli::Group
class
Header: ClikaRT/cli/command.h
A display-only help section. Lightweight handle, valid while its App lives.
Member functions
add(string_view, ArgType)
Declare option name of type; returns its Arg builder.
Declared in ClikaRT/cli/command.h, line 114
add(string_view, string_view, ArgType)
Same as add(name, type), with long + short spellings.
Declared in ClikaRT/cli/command.h, line 116
flag(string_view)
Flag flag(std::string_view name)
Declare boolean flag name; returns its Flag builder.
Declared in ClikaRT/cli/command.h, line 118
flag(string_view, string_view)
Flag flag(std::string_view long_name, std::string_view short_name)
Same as flag(name), with long + short spellings.
Declared in ClikaRT/cli/command.h, line 120