aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/help/help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-16 01:59:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-16 02:17:35 +0800
commitd85834037e0ad73fb3ce62a2a1ff8666865d4357 (patch)
treebbf167e2b02799110dd202710e1c8cd1de08c819 /mingling_cli/help/help.txt
parent2a5704fb9e438a9844469bf5c85b525d037f6663 (diff)
feat: add self-update command for mling
Add `mling update` to fetch the latest GitHub Actions artifact for the current platform, stage it as a tarball in the data directory, and apply it on the next wrapper invocation. The wrapper extracts the staged package over the installation directory while skipping the running executable, then removes the staged file.
Diffstat (limited to 'mingling_cli/help/help.txt')
-rw-r--r--mingling_cli/help/help.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt
index 04bb972..2f2e14b 100644
--- a/mingling_cli/help/help.txt
+++ b/mingling_cli/help/help.txt
@@ -36,3 +36,6 @@ __ cfg <KEY> <VALUE> *Edit the value of a configuration item*
__ cfg <KEY> *Print the value of the configuration item; print nothing if it does not exist*
__ cfg <KEY> --pair *Output in the form of `"key" = "value"`*
__ cfg *Print all configuration items, can be used with grep for searching*
+
+__ **MINGLING:**
+__ update *Update mling to the latest version*