option for multiple inputs
This commit is contained in:
parent
cbd6eb52b1
commit
a2868c8783
10 changed files with 78 additions and 44 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue