From d85834037e0ad73fb3ce62a2a1ff8666865d4357 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 01:59:20 +0800 Subject: 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. --- mingling_cli/help/help.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_cli/help') 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 *Edit the value of a configuration item* __ cfg *Print the value of the configuration item; print nothing if it does not exist* __ cfg --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* -- cgit