()
| 96 | |
| 97 | // clear the full line |
| 98 | clearLine(){ |
| 99 | if (!this.stream.isTTY){ |
| 100 | return; |
| 101 | } |
| 102 | |
| 103 | _readline.clearLine(this.stream, 0); |
| 104 | } |
| 105 | |
| 106 | // clear everyting beyond the current line |
| 107 | clearBottom(){ |
no outgoing calls
no test coverage detected