mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-22 16:00:27 +01:00
add --test run flag
This commit is contained in:
@@ -25,7 +25,8 @@ fn main() {
|
||||
.subcommand(
|
||||
SubCommand::with_name("run")
|
||||
.alias("r")
|
||||
.arg(Arg::with_name("file").required(true).index(1)),
|
||||
.arg(Arg::with_name("file").required(true).index(1))
|
||||
.arg(Arg::with_name("test").short("t").long("test")),
|
||||
)
|
||||
.get_matches();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user