summaryrefslogtreecommitdiff
path: root/examples/hello/hello.cli
blob: 990751081e375be7cb9753caffb301f089944244 (plain)
1
2
3
4
5
6
7
8
include <string>;

class options
{
  bool --help;
  std::string --greeting = "Hello";
  unsigned int --exclamations = 1;
};