Searched refs:SETTING_SHORT_OPTIONS (Results 1 – 1 of 1) sorted by relevance
70 constexpr char SETTING_SHORT_OPTIONS[] = "c:e:d:"; variable272 int option = getopt_long(argc_, argv_, SETTING_SHORT_OPTIONS, SETTING_LONG_OPTIONS, nullptr); in RunAsSettingCommand()