summaryrefslogtreecommitdiff
path: root/src/inputs/status.rs
AgeCommit message (Collapse)Author
2026-01-27Reorganize command modules under a unified cmds directory魏曹先生
2026-01-24Split prepare phase into prepare and collect魏曹先生
- Prepare now handles argument-to-input conversion only - Collect handles resource gathering and data collection - Status command updated to use new two-phase structure - Command system trait modified to support separate phases
2026-01-23Add localization and refactor status command output魏曹先生