(str)
| 577 | return str; |
| 578 | } |
| 579 | styleOptionTerm(str) { |
| 580 | return this.styleOptionText(str); |
| 581 | } |
| 582 | styleSubcommandTerm(str) { |
| 583 | // This is very like usage with lots of parts! Assume default string which is formed like: |
| 584 | // subcommand [options] <foo> [bar] |
no test coverage detected