aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mling): add linter framework with async support and registry魏曹先生30 hours1-7/+8
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生39 hours1-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魏曹先生2 days1-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