Searched refs:OPTIONS (Results 1 – 1 of 1) sorted by relevance
53 constexpr struct option OPTIONS[] = { in main() local74 while ((arg = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) { in main()79 auto option_name = OPTIONS[option_index].name; in main()