diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-24 04:45:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-24 04:48:04 +0800 |
| commit | 8fa642ab36514b09897b6f202738cff863b350fe (patch) | |
| tree | 4ffefa651396c6e81af6b071b14eece364bdc435 /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; |
