From 633a152f89aa369bf400cb044e7a6ca6596e43ae Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 4 Jul 2020 19:59:12 -0400 Subject: [PATCH] fixed config arg not taking in value --- src/cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.yaml b/src/cli.yaml index 853be3f..4667eca 100644 --- a/src/cli.yaml +++ b/src/cli.yaml @@ -17,5 +17,5 @@ args: - config: short: "c" long: "config" - default_value: "/etc/bunbun.yaml" help: Specify the location of the config file to read from. Needs read/write permissions. + takes_value: true