adding command line argument

This commit is contained in:
Alek Westover
2023-06-16 16:58:13 -04:00
parent 1b7ab6d468
commit c7bea52849

View File

@@ -345,6 +345,12 @@ fn cli() -> clap::Command {
.long("control-plane-uri")
.value_name("CONTROL_PLANE_API_BASE_URI"),
)
.arg(
Arg::new("remote-ext-config")
.short('r')
.long("remote-ext-config")
.value_name("REMOTE_EXT_CONFIG"),
)
}
#[test]