UNPKG

@mariozechner/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

8 lines 395 B
/** * Utilities for formatting keybinding hints in the UI. */ import { type Keybinding } from "@mariozechner/pi-tui"; export declare function keyText(keybinding: Keybinding): string; export declare function keyHint(keybinding: Keybinding, description: string): string; export declare function rawKeyHint(key: string, description: string): string; //# sourceMappingURL=keybinding-hints.d.ts.map