// file : combined/test.cli // author : Boris Kolpackov // license : MIT; see accompanying LICENSE file include ; class options { std::string --foo|-f; bool -x; bool -y; bool -z; bool --xyz; };