Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Oct 4, 2024
1 parent 91028d8 commit 3a75375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a75375

Please sign in to comment.