We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f33ef commit 43673a1Copy full SHA for 43673a1
src/parse/errors.rs
@@ -477,7 +477,7 @@ impl Error {
477
478
/// Prints the error and exits.
479
///
480
- /// Depending on the error kind, this either prints to `stderr` and exits with a status of `1`
+ /// Depending on the error kind, this either prints to `stderr` and exits with a status of `2`
481
/// or prints to `stdout` and exits with a status of `0`.
482
pub fn exit(&self) -> ! {
483
if self.use_stderr() {
0 commit comments