* @param {Command} cmd * @private
(cmd)
| 2413 | * @private |
| 2414 | */ |
| 2415 | _initCommandGroup(cmd) { |
| 2416 | if (this._defaultCommandGroup && !cmd.helpGroup()) |
| 2417 | cmd.helpGroup(this._defaultCommandGroup); |
| 2418 | } |
| 2419 | |
| 2420 | /** |
| 2421 | * Set the name of the command from script filename, such as process.argv[1], |
no test coverage detected