import { tty } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts";
Chainable ansi escape sequences. If invoked as method, a new Tty instance will be returned.
tty.cursorTo(0, 0).eraseScreen();
import { tty } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts";
Chainable ansi escape sequences. If invoked as method, a new Tty instance will be returned.
tty.cursorTo(0, 0).eraseScreen();