onyx-tasks/crates/bevy-tasks-cli
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
..
src refactor(cli): consolidate output through output module 2026-03-30 16:29:57 -07:00
Cargo.toml docs: update documentation, add LICENSE, fix outdated info 2026-03-30 16:24:46 -07:00