Function cli_env_toml::cli_env_toml

source ·
pub fn cli_env_toml<T: DeserializeOwned>(
    cli: Option<Vec<impl AsRef<str>>>,
    env_prefix: impl AsRef<str>,
    toml_path: Option<impl AsRef<Path>>
) -> Result<T>