aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/metadata
Commit message (Collapse)AuthorAgeFilesLines
* docs: add help text for CLI commands and descriptions魏曹先生2 days1-1/+9
| | | | | | Add help text for global flags, commands, and subcommands in help.txt. Add metadata descriptions for linter and metadata commands.
* refactor: extract metadata args into reusable statics魏曹先生2 days1-7/+25
|
* feat(mling): add linter framework with async support and registry魏曹先生2026-07-212-11/+28
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生2026-07-212-0/+136
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors