option for multiple inputs

This commit is contained in:
matthieu.jolimaitre 2022-09-24 21:54:34 +02:00
parent cbd6eb52b1
commit a2868c8783
10 changed files with 78 additions and 44 deletions

View file

@ -1,4 +1,4 @@
pub fn main(_capture: bool, _file: String, _test: Option<String>) {
pub fn main(_capture: bool, _files: Vec<String>, _test: Option<String>) {
let content = todo!();
let tests = find_tests(content);
for test in tests {