From 49b9037168fb5b6c8deb7ab06abbfd6f54ebc798 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 24 Jan 2026 03:10:41 +0800 Subject: Split 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 --- src/collects.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/collects.rs (limited to 'src/collects.rs') diff --git a/src/collects.rs b/src/collects.rs new file mode 100644 index 0000000..822c729 --- /dev/null +++ b/src/collects.rs @@ -0,0 +1 @@ +pub mod status; -- cgit