We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918f21f commit a4ebd26Copy full SHA for a4ebd26
client/src/client.rs
@@ -17,7 +17,7 @@ pub mod feos_grpc {
17
#[derive(StructOpt, Debug)]
18
#[structopt(name = "feos_client")]
19
pub struct Opt {
20
- #[structopt(short, long)]
+ #[structopt(short, long, default_value = "::1")]
21
pub server_ip: String,
22
#[structopt(short, long, default_value = "1337")]
23
pub port: u16,
0 commit comments