From aca8b408755f9041da9ee083c625de2a8d8c6785 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 22 Jan 2026 08:32:29 +0800 Subject: Refactor CLI command processing with new architecture --- Registry.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Registry.toml (limited to 'Registry.toml') diff --git a/Registry.toml b/Registry.toml new file mode 100644 index 0000000..be1fab9 --- /dev/null +++ b/Registry.toml @@ -0,0 +1,3 @@ +[status] +node = "status" +type = "subcmd::cmds::status::JVStatusCommand" -- cgit