One day I'll figure this shit out
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { callback } from "../types.ts";
|
||||
import { type CLICharEvent, InputManager } from "./InputManager.ts";
|
||||
import { cliLog } from "./prompts.ts";
|
||||
import { colorize } from "./style.ts";
|
||||
import { TerminalBlock, TerminalLayout } from "./TerminalLayout.ts";
|
||||
|
||||
@@ -299,7 +300,7 @@ if (import.meta.main) {
|
||||
"yuzu",
|
||||
"zucchini",
|
||||
], { terminalBlock: block });
|
||||
// console.log(val);
|
||||
cliLog(val || "No value");
|
||||
|
||||
// Deno.stdout.writeSync(new TextEncoder().encode("\x07"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user