include ; class options { bool --help {"Print usage information and exit."}; std::string --greeting = "Hello" { "", "Use as a greeting phrase instead of the default \"Hello\"." }; unsigned int --exclamations = 1 { "", "Print exclamation marks instead of 1 by default." }; };