MCPcopy Create free account
hub / github.com/npkgz/cli-progress / clearLine

Method clearLine

lib/terminal.js:98–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(){

Callers 3

updateMethod · 0.80
clearRightMethod · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected