fetch_ml/cli/src
Jeremie Fraeys 00ffeb93c8
refactor(cli): add flattened re-exports to utils.zig for cleaner imports
Simplify imports by providing direct re-exports:
- utils.isTTY, utils.getWidth (instead of utils.terminal.isTTY)
- utils.reset, utils.red, utils.green (instead of utils.colors.reset)
- Mark colors, terminal, logging as consolidated into io.zig
- Mark rsync modules as deprecated

Benefits:
- Shorter import paths for common utilities
- Reduced typing: utils.red vs utils.colors.red
- Backward compatibility maintained

Build passes successfully.
2026-03-04 21:06:13 -05:00
..
assets fix(cli): CLI structure, manifest, and asset fixes 2026-02-21 17:59:20 -05:00
commands refactor(cli): modularize queue.zig structure 2026-03-04 21:00:23 -05:00
core feat(cli): add core system components for CLI hardening 2026-03-04 20:23:12 -05:00
local feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
native refactor(cli): remove deprecated native hash modules 2026-03-04 20:25:25 -05:00
net refactor(cli): create modular WebSocket client structure 2026-03-04 20:58:11 -05:00
server refactor(cli): Remove progress UI and update native/server code 2026-02-23 14:12:48 -05:00
utils refactor(cli): consolidate terminal and color utilities into io.zig 2026-03-04 21:05:37 -05:00
commands.zig fix(cli): CLI structure, manifest, and asset fixes 2026-02-21 17:59:20 -05:00
config.zig native: security hardening, research trustworthiness, and CVE mitigations 2026-02-21 13:33:45 -05:00
core.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
db.zig refactor(cli): implement production-ready TLS and UUID generation 2026-03-04 20:41:15 -05:00
errors.zig feat(cli): include command name in error messages and crash reports 2026-02-18 13:51:13 -05:00
local.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
main.zig refactor(cli): update protocol and main entry point 2026-03-04 20:25:40 -05:00
manifest.zig refactor(cli): update protocol and main entry point 2026-03-04 20:25:40 -05:00
mode.zig native: security hardening, research trustworthiness, and CVE mitigations 2026-02-21 13:33:45 -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
server.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
sync_manager.zig feat(cli): add progress tracking and sync management 2026-03-04 20:23:17 -05:00
utils.zig refactor(cli): add flattened re-exports to utils.zig for cleaner imports 2026-03-04 21:06:13 -05:00