refactor(cli): centralize command execution flow (#841)

This commit is contained in:
Charles Packer
2026-02-05 18:21:07 -08:00
committed by GitHub
parent 2b7d618b39
commit 37e8347358
9 changed files with 1360 additions and 1479 deletions

View File

@@ -158,7 +158,7 @@ export type Line =
id: string;
input: string;
output: string;
phase?: "running" | "finished";
phase?: "running" | "waiting" | "finished";
success?: boolean;
dimOutput?: boolean;
preformatted?: boolean;