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 --- .cargo/config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index ca6a8cb..f79321e 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,6 +4,7 @@ target-dir = "./.temp/target/" [publish] target-dir = "./.temp/deploy/" binaries = [ + # The legacy command line "jv", "jv.exe", @@ -11,7 +12,11 @@ binaries = [ "jvv.exe", "jvii", - "jvii.exe" + "jvii.exe", + + # The new command line + "jvn", + "jvn.exe" ] ############ -- cgit