doc: remove TODOs

This commit is contained in:
Joshua Lane
2025-01-09 14:21:08 -08:00
parent b049de5f38
commit 08fac16ed5

View File

@@ -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::<String, std::convert::Infallible>(shellexpand::tilde(x).into_owned()),
)]
pub config_file: String,