()
| 117399 | } |
| 117400 | |
| 117401 | normalizedCliWidth() { |
| 117402 | var width = cliWidth({ |
| 117403 | defaultWidth: 80, |
| 117404 | output: this.rl.output |
| 117405 | }); |
| 117406 | return width; |
| 117407 | } |
| 117408 | |
| 117409 | breakLines(lines, width) { |
| 117410 | // Break lines who're longer than the cli width so we can normalize the natural line |
no test coverage detected