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;
185 virtual std::string
make_usage(
const App *app, std::string name)
const;
Definition: Option.hpp:231
AppFormatMode
Definition: FormatterFwd.hpp:32
The normal, detailed help.
#define CLI11_NODISCARD
Definition: Macros.hpp:58
Creates a command line program, with very few defaults.
Definition: App.hpp:90
Used when printed as part of expanded subcommand.