- 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
|
||
|---|---|---|
| .. | ||
| group.rs | ||
| init.rs | ||
| list.rs | ||
| mod.rs | ||
| sync.rs | ||
| task.rs | ||
| workspace.rs | ||