diff --git a/src/cli.rs b/src/cli.rs index 356eb01a..e42fe75d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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")