Skip to content

Commit

Permalink
Make showSuggestionAfterError true by default (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Dec 21, 2021
1 parent 24ca282 commit 39993f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command.js
Expand Up @@ -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 = {
Expand Down

0 comments on commit 39993f9

Please sign in to comment.