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

§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