* Set the help group heading. * * @param {string} heading * @return {Option}
(heading)
| 228 | * @return {Option} |
| 229 | */ |
| 230 | helpGroup(heading) { |
| 231 | this.helpGroupHeading = heading; |
| 232 | return this; |
| 233 | } |
| 234 | |
| 235 | /** |
| 236 | * Check if `arg` matches the short or long flag. |
no outgoing calls
no test coverage detected