summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-15 01:12:06 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-15 01:12:06 +0800
commit10ed02b8541a80e60f7ad9f9fb51f8070d6be525 (patch)
treebfc034d1ad0c2d5567a53ece074932040dfb8d43 /.cargo
parent72f80ea51f25256d0c463c2f3dc3d8670cfc4634 (diff)
Add completions system for shell autocompletion
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/registry.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/registry.toml b/.cargo/registry.toml
index d019c45..4f3d64b 100644
--- a/.cargo/registry.toml
+++ b/.cargo/registry.toml
@@ -54,6 +54,9 @@ path = "src/cmds/cmd.rs"
[collect.collects]
path = "src/cmds/collect.rs"
+[collect.completions]
+path = "src/cmds/comp.rs"
+
[collect.converters]
path = "src/cmds/converter.rs"