feat: add usage command (#281)

This commit is contained in:
cthomas
2025-12-17 19:48:04 -08:00
committed by GitHub
parent fb6fecddf8
commit b9e52d20e8
5 changed files with 145 additions and 48 deletions

View File

@@ -44,6 +44,7 @@ export type Line =
output: string;
phase?: "running" | "finished";
success?: boolean;
dimOutput?: boolean;
}
| {
kind: "status";