61 std::map<std::string, std::string>
labels_{};
85 void label(std::string key, std::string val) {
labels_[key] = val; }
127 using funct_t = std::function<std::string(
const App *, std::string,
AppFormatMode)>;
141 return lambda_(app, name, mode);
161 make_group(std::string group,
bool is_positional, std::vector<const Option *> opts)
const;
#define CLI11_NODISCARD
Definition Macros.hpp:58
Creates a command line program, with very few defaults.
Definition App.hpp:90
Definition Option.hpp:231
AppFormatMode
Definition FormatterFwd.hpp:32
@ Normal
The normal, detailed help.
Definition FormatterFwd.hpp:33
@ All
A fully expanded help.
Definition FormatterFwd.hpp:34
@ Sub
Used when printed as part of expanded subcommand.
Definition FormatterFwd.hpp:35