fix oopsie

This commit is contained in:
Felix Albrigtsen 2021-10-20 13:34:32 +02:00
parent 4abc588ba0
commit fef3d93f97
1 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,7 @@ fn main() {
.short("c") .short("c")
.help("Connect to a server") .help("Connect to a server")
.value_name("ADRESS") .value_name("ADRESS")
.takes_value(true) .takes_value(true))
.arg(Arg::with_name("v") .arg(Arg::with_name("v")
.short("v") .short("v")
.multiple(true) .multiple(true)
@ -29,8 +29,6 @@ fn main() {
.author("felixalb")) .author("felixalb"))
.get_matches(); .get_matches();
println!("{}", matches);
// println!("{}", &serialize_move(models::networking::Action::Rotate { // println!("{}", &serialize_move(models::networking::Action::Rotate {
// from: (2, 2), // from: (2, 2),
// rot: models::networking::RotationDirection::Positive // rot: models::networking::RotationDirection::Positive