feat: add minimal TUI with readline interface

This commit is contained in:
William Valentin
2026-02-05 00:36:16 -08:00
parent 2f1c302d85
commit f792f8407a
3 changed files with 227 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export {
MinimalTui,
formatPrompt,
parseCommand,
type TuiCommand,
type MinimalTuiConfig,
} from './minimal.js';