From 81528b273c18693ebd3f05c6f8057ff8e632f4a0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 02:25:27 +0800 Subject: Refactor mling to use new program architecture and install scripts --- mling/src/helps/mling_help.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mling/src/helps/mling_help.txt (limited to 'mling/src/helps/mling_help.txt') diff --git a/mling/src/helps/mling_help.txt b/mling/src/helps/mling_help.txt new file mode 100644 index 0000000..64a2f67 --- /dev/null +++ b/mling/src/helps/mling_help.txt @@ -0,0 +1,14 @@ +Mingling's scaffolding tool + +[[b_green]]**Usage:**[[/]] [[b_cyan]]**cargo mling**[[/]] [[cyan]][COMMAND] [OPTIONS]...[[/]] + +[[b_green]]**Options:**[[/]] +__ [[b_cyan]]**-V**[[/]], [[b_cyan]]**--version**[[/]] Print version info and exit +__ [[b_cyan]]**-h**[[/]], [[b_cyan]]**--help**[[/]] Print this help message + +__ [[b_cyan]]**--silence**[[/]], [[b_cyan]]**--quiet**[[/]] Suppress all output +__ [[b_cyan]]**--no-error**[[/]] Suppress error output +__ [[b_cyan]]**--no-result**[[/]] Suppress result output + +[[b_green]]**Commands:**[[/]] +__ [[b_cyan]]**install**[[/]] Install -- cgit