diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 19:39:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 19:39:44 +0800 |
| commit | be03071241c0fb54a7dfbfa1980a64a6e8686fec (patch) | |
| tree | a3992f6c67a6909a62fee3c988d5ebfe97d6c06e /mingling_cli/help | |
| parent | 0b02cbd797ab13ff0877031d83e2ecc85a7916b5 (diff) | |
feat(class-add): implement class-add command
Add the `class-add` command to create project classes from
templates registered in `.mling/classes.toml`. Supports name
derivation (snake_case, PascalCase, etc.), template expansion,
and shell completions.
Diffstat (limited to 'mingling_cli/help')
| -rw-r--r-- | mingling_cli/help/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index dd6ea3d..04bb972 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -22,7 +22,7 @@ __ explain <LINT> *Explain the meaning of the specified Lint* __ **PROJECT MANAGE:** __ proj-init <TEMPLATE> *Initialize a project* -__ class-add <CLASS> <PARAMS...> **[NOT_IMPL]** *Create a Class of the specified type in the project* +__ class-add <CLASS> <NAME> *Create a Class of the specified type in the project* __ **PACKAGE MANAGE:** __ install *Install the project to the Mingling package list* |
