fixed config arg not taking in value
This commit is contained in:
parent
9c81ff46e4
commit
633a152f89
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ args:
|
||||||
- config:
|
- config:
|
||||||
short: "c"
|
short: "c"
|
||||||
long: "config"
|
long: "config"
|
||||||
default_value: "/etc/bunbun.yaml"
|
|
||||||
help: Specify the location of the config file to read from. Needs read/write permissions.
|
help: Specify the location of the config file to read from. Needs read/write permissions.
|
||||||
|
takes_value: true
|
||||||
|
|
Loading…
Reference in a new issue