fetch_ml/cli/src
Jeremie Fraeys 9517271bbb
fix(cli): remove unreachable code and unused Command enum
- Fix duplicate 'i' case in Command.fromString that was unreachable
- Remove unused Command enum entirely (dispatch uses inline comparisons)
- Build verified: zig build --release=fast
2026-02-18 13:26:18 -05:00
..
assets feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
commands refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
net refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
utils refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00
commands.zig refactor(cli): reorganize queue commands and add logs test 2026-02-18 12:45:54 -05:00
config.zig refactor(cli): consolidate shared types and reduce code duplication 2026-02-18 13:00:48 -05:00
errors.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
main.zig fix(cli): remove unreachable code and unused Command enum 2026-02-18 13:26:18 -05:00
net.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
security.zig feat: enhance CLI with improved commands and WebSocket handling 2026-02-16 20:38:08 -05:00
utils.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00