feat(check): change some logic around and add --exact-match

This commit is contained in:
rvcas
2023-01-10 11:46:44 -05:00
parent 9002ea263f
commit 99ec0ff6b0
3 changed files with 32 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ pub enum CodeGenMode {
Test {
match_tests: Option<Vec<String>>,
verbose: bool,
exact_match: bool,
},
Build(bool),
NoOp,