aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli
Commit message (Expand)AuthorAgeFilesLines
* feat: add cargo-style formatting utilities and macros魏曹先生10 hours2-0/+219
* style: format code and fix minor lint issues魏曹先生25 hours2-1/+1
* fix: correct docs for parse function in utils::display魏曹先生25 hours1-4/+4
* feat: Switch loader script to zsh syntax魏曹先生29 hours1-2/+2
* chore: rename CLI completion scripts to mling魏曹先生29 hours1-1/+1
* build: replace cargo install with local release build in scripts魏曹先生29 hours4-0/+88
* feat(pkg-mgr): implement pkg-show command魏曹先生29 hours4-1/+220
* feat: implement pkg-enable and pkg-disable commands魏曹先生29 hours7-6/+272
* feat(pkg_mgr): add uninstall command and improve install魏曹先生29 hours7-6/+426
* feat: add exit codes for io error handling魏曹先生29 hours1-4/+209
* feat(pkg-mgr): add install command placeholder魏曹先生29 hours2-0/+10
* docs(help): rename package commands to pkg prefix魏曹先生29 hours1-3/+3
* chore: fix help text alignment for metadata command魏曹先生29 hours1-1/+1
* refactor(cli): move global help and completion to library魏曹先生29 hours2-35/+33
* chore: move CLI entry to bin and restructure imports魏曹先生29 hours3-21/+24
* docs: format help text with markdown styling魏曹先生29 hours1-26/+27
* chore(mingling_cli): add colored dependency and utils module魏曹先生29 hours5-0/+397
* revert: Remove serde and structural renderer support魏曹先生29 hours4-19/+8
* feat(lint): add shell completion for linter checkers魏曹先生29 hours1-6/+26
* refactor(linter): rename LintRegistry to ResLintRegistry魏曹先生29 hours2-7/+7
* feat(linter): refactor lint registry into program resource魏曹先生29 hours4-54/+58
* refactor(linter): simplify lint explain output formatting魏曹先生29 hours1-4/+2
* chore: align markdown table formatting魏曹先生29 hours1-8/+8
* chore: add shell completion for explain command魏曹先生29 hours1-3/+20
* feat(cli): implement `explain` command and add JSON structural rendering魏曹先生29 hours6-4/+139
* refactor(linter): move ra lint commands to separate module魏曹先生29 hours2-64/+64
* refactor(linter): rename cmd_mlint to cmd_lint魏曹先生29 hours2-2/+2
* feat: add package and project manager modules魏曹先生29 hours3-0/+2
* docs: add help text for CLI commands and descriptions魏曹先生29 hours4-3/+66
* refactor: extract metadata args into reusable statics魏曹先生29 hours2-9/+39
* feat(cli): add dynamic completion scripts and global help魏曹先生29 hours7-27/+31
* feat(diagnostic): translate doc comment to English魏曹先生2 days1-1/+1
* feat(linter): use RendererInvoker for JSON report rendering魏曹先生5 days1-4/+8
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生7 days1-1/+1
* chore: bump arg-picker and arg-picker-macros to v0.1.1picker-0.1.1魏曹先生12 days1-2/+2
* feat: add `might_be_async` dependency and update lockfiles魏曹先生2026-07-241-4/+76
* chore: remove deprecated `cmd_mlint_install` module魏曹先生2026-07-235-471/+5
* fix: use `rust-analyzer.toml` instead of hardcoded `.rust-analyzer.toml`魏曹先生2026-07-231-3/+2
* feat(core): rename `builds` feature to `build`魏曹先生2026-07-231-1/+1
* feat(linter): set exit code to 1 when config already exists魏曹先生2026-07-221-1/+4
* feat(linter): add `lint-install` subcommand for rust-analyzer setup魏曹先生2026-07-228-10/+555
* docs: add development status warning to README魏曹先生2026-07-221-0/+2
* refactor(mlint): parallelise lint checks with tokio JoinSet魏曹先生2026-07-221-28/+41
* feat(mingling_cli): add wrapper binary and optimize release profile魏曹先生2026-07-223-0/+57
* chore: remove expanded macro test file魏曹先生2026-07-211-1121/+0
* feat(mlint): support multiple suggestions per report魏曹先生2026-07-213-9/+228
* fix: update placeholder author name in template linter docs魏曹先生2026-07-211-1/+1
* docs: remove outdated about_lint design doc魏曹先生2026-07-211-35/+0
* feat(linter): add ResUsingJson flag to rust-analyzer handlers魏曹先生2026-07-211-4/+19
* feat(linter): add aliases for Rust Analyzer lint commands魏曹先生2026-07-211-2/+37