fabro/lib/crates/fabro-cli
Bryan Helmkamp 8a3ce34209
Fix upgrade command failing with "No such file or directory"
The release tarball nests the binary in a subdirectory
(fabro-{triple}/fabro), but the upgrade code expected it at the
tarball root. Use the correct nested path matching the tarball structure.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 15:58:50 -04:00
..
src Fix upgrade command failing with "No such file or directory" 2026-03-19 15:58:50 -04:00
tests Add fabro secret CLI subcommands for managing ~/.fabro/.env 2026-03-18 18:02:38 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml Add buffered telemetry with track! macro and extract fabro-telemetry crate 2026-03-19 14:15:33 -04:00