mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 18:58:27 +02:00
Remove unnessesary unwrap
This commit is contained in:
@@ -25,8 +25,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
Some((_, _)) => {
|
Some((_, _)) => {
|
||||||
cli.about("Command not found try existing ones!")
|
cli.about("Command not found try existing ones!")
|
||||||
.print_help()
|
.print_help();
|
||||||
.unwrap();
|
|
||||||
}
|
}
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user