fn parse_path(key: &str) -> Option<PathBuf>
Extracts the env var by key and parses it as a PathBuf
PathBuf
key
Returns an option of PathBuf if the value is available.