mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
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:
parent
abfdb9e523
commit
e79baeab8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue