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