diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
| commit | fb2ffa849a2cf9251cc274ebea5daa9898579787 (patch) | |
| tree | 53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /src/systems/comp.rs | |
| parent | 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff) | |
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'src/systems/comp.rs')
| -rw-r--r-- | src/systems/comp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems/comp.rs b/src/systems/comp.rs index c7c6577..077fb7f 100644 --- a/src/systems/comp.rs +++ b/src/systems/comp.rs @@ -1,2 +1,3 @@ pub mod _comps; pub mod context; +pub mod result; |
