diff --git a/src/main.rs b/src/main.rs index 63f3389..af84d49 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,7 +109,6 @@ pub struct Args { Specifies the path to the configuration file. ", default_value = "~/.config/jnv/config.toml", - // create an FnOnce to parse the value value_parser = |x: &str| Ok::(shellexpand::tilde(x).into_owned()), )] pub config_file: String,