diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-03 20:30:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:57:24 +0800 |
| commit | d8e729279c6e421b7513638f5b8d7d46cc760802 (patch) | |
| tree | c21c4b580020fa2a2b5ad05d3ac0404918b0cb6c /mingling_cli/help | |
| parent | 7d86338c64a1761ac8db8b1977fcfd6912ae71ce (diff) | |
feat(cli): add dynamic completion scripts and global help
Enable the dispatch_tree and comp features to generate
completion scripts during build and register global help
and completion support in the main entry point.
Diffstat (limited to 'mingling_cli/help')
| -rw-r--r-- | mingling_cli/help/help.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index e69de29..85a4fb7 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -0,0 +1,3 @@ +USAGE: mling [GLOBAL_FLAGS] [COMMAND] [ARGS...] + +GLOBAL_FLAGS: |
