[][src]Function rhc::files::list_all_choices

pub fn list_all_choices(config: &Config) -> Vec<Choice>

Try to load all request definitions from TOML files under the base definitions directory. If any can't be parsed, return an error to display to the user; this way any malformed TOML files won't cause the whole program to be unusable.