Make the same changes we did for stdin compare to comparing files.

This commit is contained in:
Tom Alexander
2023-09-29 15:42:07 -04:00
parent 7a854838ef
commit 9a479b33e0
3 changed files with 50 additions and 37 deletions

View File

@@ -7,3 +7,4 @@ mod util;
pub use compare::run_anonymous_compare;
pub use compare::run_anonymous_compare_with_settings;
pub use compare::run_compare_on_file;
pub use compare::run_compare_on_file_with_settings;