fix oopsie
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user