fix(cli): align Run ID with other run header lines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-15 09:20:07 -04:00
parent abfdb9e523
commit e79baeab8e
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ pub(crate) async fn execute(
if !quiet {
fabro_util::printerr!(
printer,
"{} {}",
" {} {}",
styles.dim.apply_to("Run:"),
styles.dim.apply_to(&created_run.run_id),
);