feat: add minimal TUI with readline interface
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export {
|
||||
MinimalTui,
|
||||
formatPrompt,
|
||||
parseCommand,
|
||||
type TuiCommand,
|
||||
type MinimalTuiConfig,
|
||||
} from './minimal.js';
|
||||
Reference in New Issue
Block a user