We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd32e0 commit ac7b93aCopy full SHA for ac7b93a
examples/github/src/main.rs
@@ -38,7 +38,7 @@ fn main() -> Result<(), failure::Error> {
38
dotenv::dotenv().ok();
39
env_logger::init();
40
41
- let config: Env = envy::from_env()?;
+ let config: Env = envy::from_env().context("while reading from environment")?;
42
43
let args = Command::from_args();
44
0 commit comments