fabro/lib/crates/fabro-cli/src
Bryan Helmkamp e6e92aa749
Remove unreachable wildcard arms in sandbox provider matches
The SandboxProvider::Exe variant is gated behind #[cfg(feature = "exedev")],
so the remaining variants are exhaustively matched without the wildcard.
Removing the dead arms fixes clippy's unreachable-patterns warning.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:43:39 -04:00
..
commands Remove unreachable wildcard arms in sandbox provider matches 2026-03-18 17:43:39 -04:00
cli_config.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
doctor.rs Rename Arc to Fabro in user-facing strings, comments, and tests 2026-03-13 20:43:21 -04:00
init.rs Add auto-merge support for pull requests via GitHub GraphQL API 2026-03-16 08:37:24 -04:00
install.rs Rename init to repo init with backwards-compat shim 2026-03-18 17:41:49 -04:00
logging.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
main.rs Rename init to repo init with backwards-compat shim 2026-03-18 17:41:49 -04:00
skill.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
upgrade.rs fabro upgrade command (#13) 2026-03-15 19:54:57 -04:00