The current Parse function assumes that a specified environment variable must exist and returns an error if it is not set or is empty. It would be useful to have a variant or alternative that accepts a default value to be used if the specific variable is not set or is empty.