| 58 | } |
| 59 | |
| 60 | OSArgument OSArgument::makeChoiceArgument(const std::string& name, const std::vector<std::string>& choices, bool required, bool modelDependent) { |
| 61 | return makeChoiceArgument(name, choices, choices, required, modelDependent); |
| 62 | } |
| 63 | |
| 64 | OSArgument OSArgument::makeChoiceArgument(const std::string& name, const std::vector<std::string>& choices, |
| 65 | const std::vector<std::string>& displayNames, bool required, bool modelDependent) { |