feat: delete fields tool

fix: field rename
fix: list fields now scrolls
This commit is contained in:
2025-06-06 10:50:27 -06:00
parent 7a3b3f2161
commit 7c19ada88b
7 changed files with 117 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
import { cliPrompt } from "./prompts.ts";
import type { TerminalBlock } from "./TerminalLayout.ts";
type prompt = [string, (v?: string) => boolean] | string;
type prompt = [string, (v?: string) => boolean | undefined] | string;
export async function forceArgs(
args: string[],