Figment Backend
Compare changes
Files
2+ 3
− 3
@@ -2,7 +2,7 @@ use std::path::PathBuf;
@@ -45,13 +45,13 @@ pub trait AppOpts: Clap {
Updates the config
module to use the figment
crate internally, which allows us to support default and environment configs.