Implement edit and exit

This commit is contained in:
2026-02-22 16:43:47 -06:00
parent 8d16fb41ab
commit e5acc2e8b1
6 changed files with 85 additions and 11 deletions

View File

@@ -23,7 +23,8 @@ const output: OutputManager = {
clipboard: new WlClipboard,
}
const exec = new Executor(output, parser)
const exec = new Executor(output, parser, input)
exec.adoptLifecycle(lifecycle)
exec.subscribe(state => state.outputSubject())
input.setupPrompt()