diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:22:13 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:22:13 +0800 |
| commit | 0044c072e2a55c09feb041d60251e184c8d1f2a1 (patch) | |
| tree | 36d5f4c5deae0ebaddc748cfe4ab36dc3e42d550 /src | |
| parent | 519e646fd6e22db3248a2d59cb7b1d0339b622ee (diff) | |
Remove unused imports from clap in CLI binaries
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jv.rs | 2 | ||||
| -rw-r--r-- | src/bin/jvii.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 8b73366..dde0c9e 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -76,7 +76,7 @@ use std::{ time::SystemTime, }; -use clap::{Parser, Subcommand, arg, command}; +use clap::{Parser, Subcommand}; use just_enough_vcs::{ utils::tcp_connection::error::TcpTargetError, vcs::{actions::local_actions::proc_set_upstream_vault_action, registry::client_registry}, diff --git a/src/bin/jvii.rs b/src/bin/jvii.rs index 0cc8411..e18a592 100644 --- a/src/bin/jvii.rs +++ b/src/bin/jvii.rs @@ -4,7 +4,7 @@ use std::io::{self, Write}; use std::path::PathBuf; use std::time::Duration; -use clap::{Parser, command}; +use clap::Parser; use crossterm::{ QueueableCommand, cursor::MoveTo, |
