From 8fa642ab36514b09897b6f202738cff863b350fe Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 24 Jan 2026 04:45:31 +0800 Subject: Rename arguments module to args and update auto-collect config --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 02b2fc1..2df67b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,7 @@ pub mod systems; pub mod cmds; /// Command Data -pub mod arguments; +pub mod args; pub mod collects; pub mod inputs; pub mod outputs; -- cgit