Expand description
Utilities. Parser utilities.
Functionsยง
- check_
arg_ is_ missing - Check if the argument
OptionisNoneand return an errorError::InvalidArgumentif true - check_
value_ is_ missing - Check if the value
OptionisNoneand return an errorError::InvalidArgumentif true - check_
vec_ is_ missing - Check if the
Vecis empty and return an errorError::InvalidArgumentif true.