aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* revert: Remove serde and structural renderer support魏曹先生2 days1-8/+2
|
* feat(linter): refactor lint registry into program resource魏曹先生2 days1-5/+9
| | | | | Extract lint registry loading from cmd_explain into a shared program-level resource initialized via setup.
* feat(cli): implement `explain` command and add JSON structural rendering魏曹先生2 days1-2/+8
| | | | | | | | | | 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.
* feat: add package and project manager modules魏曹先生2 days1-0/+2
|
* refactor: extract metadata args into reusable statics魏曹先生2 days1-2/+14
|
* feat(cli): add dynamic completion scripts and global help魏曹先生2 days1-3/+16
| | | | | | 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(mling): add linter framework with async support and registry魏曹先生2026-07-211-7/+8
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生2026-07-211-1/+26
| | | | | Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors
* feat(mingling_cli): add scaffold for CLI tool魏曹先生2026-07-201-0/+3
| | | | | Add initial project structure for the mingling-cli scaffolding tool, including Cargo manifest and entry point
* Remove mingling_cli crate魏曹先生2026-04-251-15/+0
|
* Remove async from dispatcher parsing functions魏曹先生2026-04-191-3/+2
|
* Rename add_dispatcher module to dispatcher_mgr and add remove commandWeicao-CatilGrass2026-04-141-7/+7
|
* Add CLI program for managing dispatchers魏曹先生2026-04-061-0/+16