aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/metadata.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(cli): add dynamic completion scripts and global helpwip/mingling-cli-ux魏曹先生11 hours1-2/+1
| | | | | | 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魏曹先生14 days1-1/+13
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生2026-07-211-0/+12
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors