summaryrefslogtreecommitdiff
path: root/src/bin/jv.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-27 18:27:13 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-27 18:27:13 +0800
commita469c6684619c9677dfc1125886acc37f24c81d4 (patch)
tree5a4ddbc0ddc5dfc9c7da3dbcb06f8db6c6b0b00c /src/bin/jv.rs
parent7404a0e1b324ded78f6d579b4da2dcbafe5f72ca (diff)
Add ASCII art and deprecation notice to legacy binaries
Diffstat (limited to 'src/bin/jv.rs')
-rw-r--r--src/bin/jv.rs23
1 files changed, 23 insertions, 0 deletions
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::{