From 10ed02b8541a80e60f7ad9f9fb51f8070d6be525 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 15 Mar 2026 01:12:06 +0800 Subject: Add completions system for shell autocompletion --- .cargo/registry.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo') 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" -- cgit