pub fn cli_env_toml_str(
    cli: Option<Vec<impl AsRef<str>>>,
    env_prefix: impl AsRef<str>,
    toml_path: Option<impl AsRef<Path>>
) -> Result<String>