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 ac955dc commit 0553d32Copy full SHA for 0553d32
lib/command.js
@@ -1229,7 +1229,7 @@ Call on top-level command instead`);
1229
// callback might return a promise
1230
const result = fn();
1231
if (!PRODUCTION && !this._asyncParsing && isThenable(result)) {
1232
- console.warn(`.parse() is incompatible with async argParsers, hooks and actions.
+ console.warn(`.parse() is incompatible with async hooks and actions.
1233
Use .parseAsync() instead.`);
1234
}
1235
return result;
0 commit comments