StringSeq Ice::Properties::parseCommandLineOptions | ( | std::string_view | prefix, |
const StringSeq & | options ) |
Converts a sequence of command-line options into properties.
All options that start with --prefix. are converted into properties. If the prefix is empty, all options that begin with -- are converted to properties.
prefix | The property prefix, or the empty string to convert all options starting with --. |
options | The command-line options. |