aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/help
Commit message (Collapse)AuthorAgeFilesLines
* feat(cli): implement `explain` command and add JSON structural rendering魏曹先生2 days1-1/+1
| | | | | | | | | | Add a new `explain <LINT>` command that queries the embedded lint registry (generated by `build.rs`) and displays detailed information about a specifoic lint, including its name, title, summary, active-on target, default setting, and author. Enable the `structural_renderer` feature and add `serde`/`serde_json` dependencies to support JSON output rendering for command results.
* docs: add help text for CLI commands and descriptions魏曹先生2 days1-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魏曹先生2 days1-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魏曹先生2026-07-221-0/+0
Add `mling` wrapper binary that delegates to `mingling-cli`, enabling separate binary names while maintaining Cargo conventions.