feat: delete fields tool
fix: field rename fix: list fields now scrolls
This commit is contained in:
@@ -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[],
|
||||
|
Reference in New Issue
Block a user