diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 14:07:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 14:07:28 +0800 |
| commit | b2001ed62d6a4abd7193daeb5d818395b46433b6 (patch) | |
| tree | 0e165a1487293bf8ff7f28b1d8185fa07ef6bdd6 /mingling_cli/help | |
| parent | 3a0ba2571af433d9fa7b2c735bcc2739aeef6b79 (diff) | |
feat: add config command and resource for editing settings
Add a new `cfg` command to view and edit configuration
items stored as key-value pairs in a JSON file.
Diffstat (limited to 'mingling_cli/help')
| -rw-r--r-- | mingling_cli/help/help.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index 9e35194..91a7a7e 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -12,7 +12,7 @@ __ --no-deps *Do not include dependencies in metadata* **COMMANDS:** __ **METADATA:** __ metadata *Check your workspace metadata using 'cargo metadata'* -__ + __ **LINTER:** __ lint *Mingling Linter* __ ra-lint *Run* `mling lint` *and output the results* @@ -30,3 +30,8 @@ __ uninstall [PACKAGE] *Uninstall the project from the Mingling pac __ pkg-show *Show locally installed packages* __ pkg-enable <NAME> *Enable the specified package* __ pkg-disable <NAME> *Disable the specified package* + +__ **CONFIG:** +__ 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 *Print all configuration items, can be used with grep for searching* |
