fabro/lib/crates/fabro-cli
Bryan Helmkamp 97f533c643
refactor(install): drop trivial wrappers and dead branches
Inline the one-line `validate_canonical_url` wrapper at its single
caller, collapse `check_config`'s repeated `is_empty()` branches into
one if/else, and remove an unreachable default in
`wildcard_public_url_details` (the function returns early when
`bad_urls` is empty, so `bad_urls[0]` always exists).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 19:11:35 -04:00
..
src refactor(install): drop trivial wrappers and dead branches 2026-04-25 19:11:35 -04:00
tests/it fix(install): reject wildcard public URLs 2026-04-25 18:58:00 -04:00
build.rs feat(cli): surface debug build profile in version output 2026-04-18 09:44:54 -04:00
Cargo.toml feat(cli): render fatal errors with miette 2026-04-24 15:35:57 -04:00