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