refactor: move and add functions

This commit is contained in:
Thomas Frans
2023-05-27 19:08:45 +02:00
committed by Henrik Friedrichsen
parent 04cbe8ac20
commit c36d3cf272
9 changed files with 183 additions and 133 deletions

View File

@@ -39,7 +39,6 @@ pub fn program_arguments() -> clap::Command {
.short('c')
.long("config")
.value_name("FILE")
.value_parser(PathBufValueParser::new())
.help("Filename of config file in basepath")
.default_value("config.toml"),
)