From 3a753759b59d12d54491180c2a69c58eeeac1a3b Mon Sep 17 00:00:00 2001 From: John Gee Date: Fri, 4 Oct 2024 15:09:52 +1300 Subject: [PATCH] Add comment --- lib/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.js b/lib/command.js index fd2288efb..0f8bed757 100644 --- a/lib/command.js +++ b/lib/command.js @@ -229,7 +229,7 @@ class Command extends EventEmitter { * // color support, currently only used with Help * getOutHasColors() * getErrHasColors() - * stripAnsi() + * stripAnsi() // used to remove ANSI escape codes if output does not have colours * * @param {object} [configuration] - configuration options * @return {(Command | object)} `this` command for chaining, or stored configuration