pub fn load_enum_values(options: &mut [CliOption])Expand description
Load enum values from enum-definitions.yaml
This function would load known enum values like:
- format: json, yaml, xml, toml
- log-level: debug, info, warn, error
- protocol: http, https, ftp, ssh
For now, this is a placeholder for future implementation.