aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/help/help.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: add help text for CLI commands and descriptions魏曹先生12 hours1-0/+27
| | | | | | Add help text for global flags, commands, and subcommands in help.txt. Add metadata descriptions for linter and metadata commands.
* feat(cli): add dynamic completion scripts and global help魏曹先生12 hours1-0/+3
| | | | | | 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.
* feat(mingling_cli): add wrapper binary and optimize release profile魏曹先生14 days1-0/+0
Add `mling` wrapper binary that delegates to `mingling-cli`, enabling separate binary names while maintaining Cargo conventions.