From b04e6c6c9e0b5cd0dfbe81766e6ee9a6e513618b Mon Sep 17 00:00:00 2001 From: John Gee Date: Tue, 21 Dec 2021 18:57:19 +1300 Subject: [PATCH] Make showSuggestionAfterError true by default --- lib/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.js b/lib/command.js index d03e060f8..02d22e423 100644 --- a/lib/command.js +++ b/lib/command.js @@ -53,7 +53,7 @@ class Command extends EventEmitter { this._lifeCycleHooks = {}; // a hash of arrays /** @type {boolean | string} */ this._showHelpAfterError = false; - this._showSuggestionAfterError = false; + this._showSuggestionAfterError = true; // see .configureOutput() for docs this._outputConfiguration = {