mix-host and client-host no longer required for 'run'

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 12:15:06 +00:00
parent 2df3a262ef
commit 0ab7e4ddd9
-2
View File
@@ -30,7 +30,6 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> {
.long("mix-host")
.help("The custom host on which the service provider will be running for receiving sphinx packets")
.takes_value(true)
.required(true),
)
.arg(
Arg::with_name("mix-port")
@@ -43,7 +42,6 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> {
.long("clients-host")
.help("The custom host on which the service provider will be running for receiving clients sfw-provider-requests")
.takes_value(true)
.required(true),
)
.arg(
Arg::with_name("clients-port")