summaryrefslogtreecommitdiff
path: root/src/bin/jvn.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-22 08:40:59 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-22 08:40:59 +0800
commit53c26d656f975f93319dd432e409c1ea740ce06d (patch)
tree22796b4e438655868e02954e5d2770ed676ccbb7 /src/bin/jvn.rs
parentaca8b408755f9041da9ee083c625de2a8d8c6785 (diff)
Rename subcmd module to cmd and update references
Diffstat (limited to 'src/bin/jvn.rs')
-rw-r--r--src/bin/jvn.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jvn.rs b/src/bin/jvn.rs
index 86e3421..79a034b 100644
--- a/src/bin/jvn.rs
+++ b/src/bin/jvn.rs
@@ -1,7 +1,7 @@
-use just_enough_vcs_cli::subcmd::cmd::JVCommandContext;
+use just_enough_vcs_cli::cmd::cmd_system::JVCommandContext;
use just_enough_vcs_cli::utils::display::md;
use just_enough_vcs_cli::{
- subcmd::{errors::CmdProcessError, processer::jv_cmd_process},
+ cmd::{errors::CmdProcessError, processer::jv_cmd_process},
utils::env::current_locales,
};
use rust_i18n::{set_locale, t};