Module utils

Source
Expand description

Utilities. Parser utilities.

Functionsยง

check_arg_is_missing
Check if the argument Option is None and return an error Error::InvalidArgument if true
check_value_is_missing
Check if the value Option is None and return an error Error::InvalidArgument if true
check_vec_is_missing
Check if the Vec is empty and return an error Error::InvalidArgument if true.