mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 09:09:03 +03:00
fix: use DUFS_CONFIG to specify the config file path (#286)
This commit is contained in:
@@ -29,7 +29,7 @@ pub fn build_cli() -> Command {
|
||||
)
|
||||
.arg(
|
||||
Arg::new("config")
|
||||
.env("DUFS_SERVE_PATH")
|
||||
.env("DUFS_CONFIG")
|
||||
.hide_env(true)
|
||||
.short('c')
|
||||
.long("config")
|
||||
|
||||
Reference in New Issue
Block a user