onyx-tasks/crates
Tristan Michael b863e025d5 refactor(cli): consolidate output through output module
- Add header(), detail(), item(), blank() functions to output.rs
- Replace all raw println!() calls with output::* equivalents
- Fix {:?} debug format for paths — use .display() for clean output
- Extract print_tasks() helper to deduplicate task display logic
- Consistent formatting: info for empty states, item for list entries
2026-03-30 16:29:57 -07:00
..
bevy-tasks-cli refactor(cli): consolidate output through output module 2026-03-30 16:29:57 -07:00
bevy-tasks-core fix(core): resolve all Clippy warnings 2026-03-30 16:29:47 -07:00