From d59dcdb7ee224560a6b31cb8150f657634217f13 Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 5 Jan 2022 10:40:06 +1300 Subject: [PATCH] Fix JSDoc comment --- lib/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.js b/lib/command.js index ef7a98371..12e7bb7be 100644 --- a/lib/command.js +++ b/lib/command.js @@ -83,7 +83,7 @@ class Command extends EventEmitter { * (Used internally when adding a command using `.command()` so subcommands inherit parent settings.) * * @param {Command} sourceCommand - * @return {Command} returns `this` for executable command + * @return {Command} `this` command for chaining */ copyInheritedSettings(sourceCommand) { this._outputConfiguration = sourceCommand._outputConfiguration;