pub fn resolve_keyword(line: &str) -> Option<&str>
Expand description

Supplementary function which returns the keyword within the provided line (if it exists)

This function accepts the EnvContents struct available in the utils module.