Forgot to let base-url take a value >_>
This commit is contained in:
parent
3e421fb951
commit
e06611f46f
|
@ -26,6 +26,7 @@ pub fn build_cli() -> App<'static, 'static> {
|
|||
Arg::with_name("base_url")
|
||||
.short("u")
|
||||
.long("base-url")
|
||||
.takes_value(true)
|
||||
.help("Force the base URL to be that value (default to the one in config.toml)"),
|
||||
]),
|
||||
SubCommand::with_name("serve")
|
||||
|
|
Loading…
Reference in a new issue