mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 00:22:10 +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(
|
.arg(
|
||||||
clap::Arg::new("test")
|
clap::Arg::new("test")
|
||||||
|
.short('t')
|
||||||
.long("test")
|
.long("test")
|
||||||
.help("Activate test mode")
|
.help("Activate test mode")
|
||||||
.action(ArgAction::SetTrue)
|
.action(ArgAction::SetTrue)
|
||||||
|
Loading…
Reference in New Issue
Block a user