Searched defs:FlatCOption (Results 1 – 1 of 1) sorted by relevance
34 struct FlatCOption { struct35 std::string short_opt;36 std::string long_opt;60 FlatCOption option; argument