summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-24 07:10:22 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-24 07:10:22 +0800
commit419180913c81ddb371f445e69e94ca929090ab6d (patch)
tree2da1da5ec796632c5024faeea1fcc0c0cab11acc /.cargo
parent82f19e7dd76c38502249e27f655ccf59fa18029b (diff)
Remove leftover test command registrations
Oops, forgot to clean up after testing. These dummy commands are no longer needed.
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/registry.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.cargo/registry.toml b/.cargo/registry.toml
index a957b9b..3ebfa17 100644
--- a/.cargo/registry.toml
+++ b/.cargo/registry.toml
@@ -9,26 +9,6 @@
# node = "name"
# type = "your_command::JVUnknownCommand"
-[cmd.sign]
-node = "sign"
-type = "cmds::status::JVStatusCommand"
-
-[cmd.sheet]
-node = "sheet"
-type = "cmds::status::JVStatusCommand"
-
-[cmd.sheet_add]
-node = "sheet.add"
-type = "cmds::status::JVStatusCommand"
-
-[cmd.drop]
-node = "drop"
-type = "cmds::status::JVStatusCommand"
-
-[cmd.drop_cat]
-node = "drop.cat"
-type = "cmds::status::JVStatusCommand"
-
#################
### Renderers ###
#################