3 lines
413 B
JavaScript
3 lines
413 B
JavaScript
import{createRequire} from"node:module";const require=createRequire(import.meta.url);
|
|
import{a as e,b as a}from"./chunk-QAYAQNCG.js";var t={name:"clear",summary:"clear the terminal screen",usage:"clear [OPTIONS]",options:[" --help display this help and exit"]},s={name:"clear",async execute(r,c){return a(r)?e(t):{stdout:"\x1B[2J\x1B[H",stderr:"",exitCode:0}}},o={name:"clear",flags:[]};export{s as a,o as b};
|