mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 02:38:26 +02:00
fmt
This commit is contained in:
@@ -12,7 +12,7 @@ fn cli() -> Command {
|
||||
|
||||
fn main() {
|
||||
let cli = cli();
|
||||
let matches = cli.clone( ).get_matches();
|
||||
let matches = cli.clone().get_matches();
|
||||
|
||||
match matches.subcommand() {
|
||||
Some(("check", _)) => {
|
||||
|
Reference in New Issue
Block a user