diff options
Diffstat (limited to 'src/bin/jv.rs')
| -rw-r--r-- | src/bin/jv.rs | 23 |
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::{ |
