diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-03 20:30:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-04 20:17:03 +0800 |
| commit | a72209811fcee0e05e45562bc702b93388b52c30 (patch) | |
| tree | 9ded3ca4ea582b44afa86e02aad5fed78ca9c9cd /mingling_cli/help | |
| parent | 0243b0c794dde79bce0816f1d52461ae0fc96f9d (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: |
