mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
resolves #1303 : Add support for -t as an alias to --test
This commit is contained in:
parent
498fca1da1
commit
0870027b7a
@ -350,6 +350,7 @@ pub fn app(version: &str) -> Command {
|
||||
)
|
||||
.arg(
|
||||
clap::Arg::new("test")
|
||||
.short('t')
|
||||
.long("test")
|
||||
.help("Activate test mode")
|
||||
.action(ArgAction::SetTrue)
|
||||
|
Loading…
Reference in New Issue
Block a user