Skip to main content
Module

x/cliffy/mod.ts>eraseLines

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function eraseLines
import { eraseLines } from "https://deno.land/x/cliffy@v0.24.3/mod.ts";

Clear screen and move cursor by n lines up and move cursor to first column.

Parameters

count: number

Number of lines.

Returns

string