Function parse_set_value
Source fn parse_set_value(args: SplitAsciiWhitespace<'_>) -> Result<CliAction, String>
Expand description
Parses arguments to construct a [CliAction::FixtureSet] instance for updating a fixture property.
§Arguments
args - Iterator over the remaining whitespace-separated arguments
§Errors
Returns an error string if the property type is unknown or the value format is invalid.