pub fn list_available_keywords(env: &EnvContents) -> Vec<&str>
Expand description

Supplementary function which returns a Vec of all keywords within the env

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