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 = {