fn mandatory_vars() -> (HashMap<String, String>, PathBuf)
Expand description
Extracts the mandatory env vars by key and parses it as HashMap<String, String> and PathBuf
§Arguments
key - Key for the environment variable.
§Returns
Returns a tuple of HashMap<String, String> and PathBuf.
§Panics
If the value is missing or if there is an error parsing the HashMap