diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-27 06:16:58 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-27 06:16:58 +0800 |
| commit | 2abc5acd25756f3ef6a6ad34f8777ffe241e750d (patch) | |
| tree | b312764324b4da037d5b3c46957a77dcd19502f3 /src/lib.rs | |
| parent | 4eef9ce364bb660421a96052a3fb126a33b22c63 (diff) | |
Reorganize command modules under a unified cmds directory
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -11,16 +11,5 @@ pub mod legacy_json_output; /// Systems pub mod systems; -// --- ASSETS --- - /// Commands pub mod cmds; - -/// Command Data -pub mod args; -pub mod collects; -pub mod inputs; -pub mod outputs; - -/// Result Renderers -pub mod renderers; |
