Searched refs:helpOpts (Results 1 – 1 of 1) sorted by relevance
74 auto helpOpts = {"-h", "--help"}; in main() local75 auto match = std::find_first_of(begin(options), end(options), begin(helpOpts), end(helpOpts)); in main()