feat(check): make match tests flag fancier
This commit is contained in:
@@ -4,7 +4,7 @@ pub struct Options {
|
||||
|
||||
pub enum CodeGenMode {
|
||||
Test {
|
||||
match_tests: Option<String>,
|
||||
match_tests: Option<Vec<String>>,
|
||||
verbose: bool,
|
||||
},
|
||||
Build(bool),
|
||||
|
||||
Reference in New Issue
Block a user