From a469c6684619c9677dfc1125886acc37f24c81d4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 27 Feb 2026 18:27:13 +0800 Subject: Add ASCII art and deprecation notice to legacy binaries --- src/bin/jv.rs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/bin/jv.rs') diff --git a/src/bin/jv.rs b/src/bin/jv.rs index d1f66a6..c3dc4ca 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -1,3 +1,26 @@ +// +// +// ████████ ████████ +// ██▒▒▒▒▒▒▒▒██ ██▒▒▒▒▒▒▒▒██ +// ██ ▒▒██ ██▒▒ ██ █████ ██ ██ ██████ █████ +// ██ ▒▒████████▒▒ ██ ▒▒▒██ ██ ██ ██████ ██████ +// ██ ▒▒▒▒▒▒▒▒ ██ ██ ██ ██ ███▒▒▒█ █▒▒▒▒█ +// ██ ██ ██ ██ ██ ███ ▒ ████ ▒ +// ██ ██ ██ ██ ██ ███ ▒████ +// ██ ████ ████ ██ ██ ▒██ ██▒ ███ ▒▒▒██ +// ██ ████ ████ ██ █ ██ ██ ██ ███ █ ██ ██ +// ██ ████ ████ ██ █ ██ ▒████▒ ▒██████ ██████ +// ██ ▒▒▒▒ ▒▒▒▒ ██ ▒████ ▒██▒ ██████ ▒████▒ +// ██ ██ ▒▒▒▒ ▒▒ ▒▒▒▒▒▒ ▒▒▒▒ +// ██ ██████████ ██ +// ██ ██ ██ +// ████████████████████████████████ +// ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ +// +// The current module `jv.rs` is the legacy implementation, with only necessary fixes to maintain usability. +// The new implementation is located in `jvn.rs`, please refer to it. +// + use cli_utils::input::input_with_editor; use colored::Colorize; use just_enough_vcs::{ -- cgit