From 2abc5acd25756f3ef6a6ad34f8777ffe241e750d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 27 Jan 2026 06:16:58 +0800 Subject: Reorganize command modules under a unified cmds directory --- src/cmds.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/cmds.rs (limited to 'src/cmds.rs') diff --git a/src/cmds.rs b/src/cmds.rs new file mode 100644 index 0000000..46057c8 --- /dev/null +++ b/src/cmds.rs @@ -0,0 +1,6 @@ +pub mod arg; +pub mod cmd; +pub mod collect; +pub mod r#in; +pub mod out; +pub mod renderer; -- cgit