From fef3d93f97052910517a1d16d1e3f396afaee06a Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Wed, 20 Oct 2021 13:34:32 +0200 Subject: [PATCH] fix oopsie --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 40787ff..31e6b9d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ fn main() { .short("c") .help("Connect to a server") .value_name("ADRESS") - .takes_value(true) + .takes_value(true)) .arg(Arg::with_name("v") .short("v") .multiple(true) @@ -29,8 +29,6 @@ fn main() { .author("felixalb")) .get_matches(); - println!("{}", matches); - // println!("{}", &serialize_move(models::networking::Action::Rotate { // from: (2, 2), // rot: models::networking::RotationDirection::Positive