diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-24 04:45:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-24 04:45:31 +0800 |
| commit | 48b89ae0c354b0fcf69ccae8bd1169ab8820b341 (patch) | |
| tree | 47526ce006592e0afa707cf6bd956cdf7dd6b2f8 /src/lib.rs | |
| parent | 2b41209f2b76d4067867be466bdcfed478ff3f39 (diff) | |
Rename arguments module to args and update auto-collect config
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
