diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-07 02:25:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-07 02:25:27 +0800 |
| commit | 81528b273c18693ebd3f05c6f8057ff8e632f4a0 (patch) | |
| tree | 85026c27535337c0123d4650c844ae364bc9780a /mling/res | |
| parent | e41e8bda221b44d09d7e93ffc43675147ab60a6d (diff) | |
Refactor mling to use new program architecture and install scripts
Diffstat (limited to 'mling/res')
| -rw-r--r-- | mling/res/help-mling.txt | 15 | ||||
| -rw-r--r-- | mling/res/version.txt | 20 |
2 files changed, 0 insertions, 35 deletions
diff --git a/mling/res/help-mling.txt b/mling/res/help-mling.txt deleted file mode 100644 index 4d6fa02..0000000 --- a/mling/res/help-mling.txt +++ /dev/null @@ -1,15 +0,0 @@ -**Usage**: mling [COMMAND] - -**COMMANDS** -__ *install* Install programs in a Cargo workspace; **[--clean | -c]** -__ *rm-namespace* Delete a namespace -__ *ls-namespace* List namespaces -__ *set-trust* Set trust for a namespace **[--trusted | -t <yes/no>]** -__ *trust* Set a namespace as trusted -__ *untrust* Set a namespace as untrusted -__ *show-binaries* List binary programs in the current Cargo workspace -__ *show-target-dir* Show the output directory of the current Cargo workspace -__ *show-workspace-root* Show the root location of the current Cargo workspace - -**OPTIONS** -__ [[b_cyan]]-h, --help[[/]] Print this help message diff --git a/mling/res/version.txt b/mling/res/version.txt deleted file mode 100644 index 4b6c716..0000000 --- a/mling/res/version.txt +++ /dev/null @@ -1,20 +0,0 @@ - █ - ███ - ██▒██ ┌────────────────────────────────────┐ - ██▒▒▒██ │ Mingling │ - ██▒ ▒██ │ USE: │ - ███▒ ▒███ │ Run command in your project │ - ███▒▒█████▒▒███ │ > cargo add mingling │ - █████▒ ████ ▒█████ │ ^^^^^^^^ │ - ██████▒▒ █▒ ██ ▒█ ▒███████ │ Or add this to your Cargo.toml │ - █████▒▒▒▒█▒ █▒ ██ ▒█ ▒██▒▒▒▒█████ │ > mingling = "0.1.9" │ - ▒▒▒▒▒ ██ ██ ▒██ ▒▒▒▒▒ └────────────────────────────────────┘ - ▒▒███████████████ ┌────────────────────────────────────┐ - ▒▒▒███▒▒▒▒▒▒▒▒ │ INSTALL TOOLS: │ - ████ │ Run command to install │ - ███▒▒ │ > cargo install mingling-cli │ - ████▒ │ ^^^^^^^^^^^^ │ - ▒▒▒█████ │ Then run command to use │ - ▒▒▒▒▒████ │ > mling --help │ - ▒▒▒█████ └────────────────────────────────────┘ - ▒▒▒▒▒ |
