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

@@ -88,7 +88,7 @@ const _colors = {
selected: brandColors.primaryAccent,
inactive: brandColors.textDisabled, // uses dimColor prop
border: brandColors.textDisabled,
running: brandColors.statusWarning,
running: brandColors.textSecondary,
error: brandColors.statusError,
},