You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hurl -v foo.hurl
error: error: unexpected argument '-v' found
tip: to pass '-v' as a value, use '-- -v'
Usage: hurl [OPTIONS] [input_files]...
For more information, try '--help'.
The option '-v/--verbose' is mentioned in the documentation. but hurl actually does not run with '-v'
What is the expected correct behavior?
update the documentation or add -v option
Execution context
Hurl Version (hurl --version): 4.1.0
Possible fixes
packages/hurl/src/cli/options/commands.rs
pubfnverbose() -> clap::Arg{
clap::Arg::new("verbose").long("verbose").help("Turn on verbose").action(ArgAction::SetTrue)}
The text was updated successfully, but these errors were encountered:
What is the current bug behavior?
Steps to reproduce
The option '-v/--verbose' is mentioned in the documentation. but hurl actually does not run with '-v'
What is the expected correct behavior?
update the documentation or add -v option
Execution context
hurl --version
): 4.1.0Possible fixes
packages/hurl/src/cli/options/commands.rs
The text was updated successfully, but these errors were encountered: