summaryrefslogtreecommitdiff
path: root/src/bin/jvn.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-23 04:49:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-23 04:49:34 +0800
commit626536ce51975b051fea087620bc1eb7f6bc69d3 (patch)
treeb24916b22012d9b8b3b09366bca9911781e6d596 /src/bin/jvn.rs
parentf607f6ac3b98d00370f613e674da7beb4c61ce58 (diff)
Reorganize project structure into systems and assets
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 9943ab4..25bf219 100644
--- a/src/bin/jvn.rs
+++ b/src/bin/jvn.rs
@@ -1,7 +1,7 @@
-use just_enough_vcs_cli::cmd::cmd_system::JVCommandContext;
+use just_enough_vcs_cli::systems::cmd::cmd_system::JVCommandContext;
use just_enough_vcs_cli::utils::display::md;
use just_enough_vcs_cli::{
- cmd::{errors::CmdProcessError, processer::jv_cmd_process},
+ systems::cmd::{errors::CmdProcessError, processer::jv_cmd_process},
utils::env::current_locales,
};
use rust_i18n::{set_locale, t};