mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Fix output of hurlfmt for version/help
This commit is contained in:
parent
62d85054d2
commit
c6a3011a76
@ -39,7 +39,7 @@ fn main() {
|
||||
Ok(v) => v,
|
||||
Err(e) => match e {
|
||||
OptionsError::Info(message) => {
|
||||
eprintln!("{message}");
|
||||
print!("{message}");
|
||||
process::exit(0);
|
||||
}
|
||||
OptionsError::Error(message) => {
|
||||
|
Loading…
Reference in New Issue
Block a user