Skip to content

Commit a4ebd26

Browse files
authored
set default server to ::1 (#62)
1 parent 918f21f commit a4ebd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub mod feos_grpc {
1717
#[derive(StructOpt, Debug)]
1818
#[structopt(name = "feos_client")]
1919
pub struct Opt {
20-
#[structopt(short, long)]
20+
#[structopt(short, long, default_value = "::1")]
2121
pub server_ip: String,
2222
#[structopt(short, long, default_value = "1337")]
2323
pub port: u16,

0 commit comments

Comments
 (0)