fabro/lib/crates/fabro-cli/tests
David Bock ef70dbc5be
fix(cli): print full run id on rm (#315)
When `fabro rm` succeeds, the confirmation output should identify
exactly which run was removed. Today the human-readable path prints a
shortened run ID, which is less precise than the JSON output and less
useful for copy/paste confirmation.

## Summary
- print the full run ID after successful `fabro rm` removal
- keep `--json` behavior unchanged
- update CLI snapshots to expect full IDs on success paths

## Testing
- cargo test -p fabro-cli rm_ -- --nocapture
- cargo +nightly-2026-04-14 fmt --check --all
2026-05-20 08:24:31 -04:00
..
it fix(cli): print full run id on rm (#315) 2026-05-20 08:24:31 -04:00
build_git_metadata.rs fix(build): refresh embedded git sha on branch commits 2026-05-09 14:10:04 -04:00
manifest_path_round_trip.rs fix: MiniJinja can't find partials (#301) 2026-05-17 22:15:45 -04:00