diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-27 06:02:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-27 06:02:59 +0800 |
| commit | 4eef9ce364bb660421a96052a3fb126a33b22c63 (patch) | |
| tree | a36947411d83205dc743881cd2a30d8c907d4b57 /src/cmds/status.rs | |
| parent | 243d521fd19af169910506529e737a797e9bc583 (diff) | |
Extract CLI utilities into a separate crate
Diffstat (limited to 'src/cmds/status.rs')
| -rw-r--r-- | src/cmds/status.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds/status.rs b/src/cmds/status.rs index 42d8e27..6f04408 100644 --- a/src/cmds/status.rs +++ b/src/cmds/status.rs @@ -13,8 +13,8 @@ use crate::{ systems::cmd::{ cmd_system::{JVCommand, JVCommandContext}, errors::{CmdExecuteError, CmdPrepareError}, + workspace_reader::LocalWorkspaceReader, }, - utils::workspace_reader::LocalWorkspaceReader, }; pub struct JVStatusCommand; |
