14namespace sharg::detail
52 bool const advanced =
false) :
53 base_type{names, version_updates, advanced} {};
69 return std::toupper(c);
77 return std::tolower(c);
97 return std::toupper(c);
140 std::cout <<
".TP\n" << term <<
"\n" << desc <<
"\n";
156 return "\\fB" + str +
"\\fR";
update_notifications
Indicates whether application allows automatic update notifications by the sharg::parser.
Definition auxiliary.hpp:26