Browse Source

Forgot to let base-url take a value >_>

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
e06611f46f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/cli.rs

+ 1
- 0
src/cli.rs View File

@@ -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…
Cancel
Save