This commit is contained in:
AB
2020-06-05 23:24:03 +03:00
parent 3f8ec11f95
commit e230cf0662
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ pub fn read() -> Config {
.short("c")
.long("conf")
.help("Config file to use")
.default_value("/etc/furumi.yml")
.takes_value(true)
.required(true),
)