feat(check): change some logic around and add --exact-match
This commit is contained in:
@@ -6,6 +6,7 @@ pub enum CodeGenMode {
|
||||
Test {
|
||||
match_tests: Option<Vec<String>>,
|
||||
verbose: bool,
|
||||
exact_match: bool,
|
||||
},
|
||||
Build(bool),
|
||||
NoOp,
|
||||
|
||||
Reference in New Issue
Block a user