From 517082bbed049441a75666eb09b12cd8252a1edd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 28 Apr 2026 18:00:27 +0800 Subject: Remove implicit help print and add version flag --- mling/res/version.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mling/res/version.txt (limited to 'mling/res/version.txt') diff --git a/mling/res/version.txt b/mling/res/version.txt new file mode 100644 index 0000000..b1548c8 --- /dev/null +++ b/mling/res/version.txt @@ -0,0 +1,20 @@ + █ + ███ + ██▒██ ┌────────────────────────────────────┐ + ██▒▒▒██ │ Mingling │ + ██▒ ▒██ │ USE: │ + ███▒ ▒███ │ Run command in your project │ + ███▒▒█████▒▒███ │ > cargo add mingling │ + █████▒ ████ ▒█████ │ ^^^^^^^^ │ + ██████▒▒ █▒ ██ ▒█ ▒███████ │ Or add this to your Cargo.toml │ + █████▒▒▒▒█▒ █▒ ██ ▒█ ▒██▒▒▒▒█████ │ > mingling = "0.1.7" │ + ▒▒▒▒▒ ██ ██ ▒██ ▒▒▒▒▒ └────────────────────────────────────┘ + ▒▒███████████████ ┌────────────────────────────────────┐ + ▒▒▒███▒▒▒▒▒▒▒▒ │ INSTALL TOOLS: │ + ████ │ Run command to install │ + ███▒▒ │ > cargo install mingling-cli │ + ████▒ │ ^^^^^^^^^^^^ │ + ▒▒▒█████ │ Then run command to use │ + ▒▒▒▒▒████ │ > mling --help │ + ▒▒▒█████ └────────────────────────────────────┘ + ▒▒▒▒▒ -- cgit