File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1333,7 +1333,7 @@ section IO
1333
1333
returns `0` for the exit code.
1334
1334
If neither of these flags were passed and processing was successful, the `run` handler of the
1335
1335
called command is executed.
1336
- In the case of a processing error, the error is printed and an exit code of `1` is returned.
1336
+ In the case of a processing error, the error is printed to stderr and an exit code of `1` is returned.
1337
1337
-/
1338
1338
def validate (c : Cmd) (args : List String) : IO UInt32 := do
1339
1339
let result := c.process args
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Prints the help or the version of the called (sub)command if the respective flag
194
194
returns `0` for the exit code.
195
195
If neither of these flags were passed and processing was successful, the `run` handler of the
196
196
called command is executed.
197
- In the case of a processing error, the error is printed and an exit code of `1` is returned.
197
+ In the case of a processing error, the error is printed to stderr and an exit code of `1` is returned.
198
198
-/
199
199
def validate (c : Cmd) (args : List String) : IO UInt32 := do
200
200
let result := c.process args
You can’t perform that action at this time.
0 commit comments