.
This commit is contained in:
parent
7ebdcd1214
commit
b972314d5b
@ -19,7 +19,11 @@ fn main() {
|
||||
create.run()
|
||||
},
|
||||
Commands::Compare { left, right, selection, count_only } => {
|
||||
println!("Running snapshot comparison..");
|
||||
if let Some(count_only) = count_only {
|
||||
if !count_only {
|
||||
println!("Running snapshot comparison..");
|
||||
}
|
||||
}
|
||||
let mut compare = CompareMode::new(movable.clone(), left, right, selection, count_only);
|
||||
compare.run()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user