aboutsummaryrefslogtreecommitdiff
path: root/mling/src
Commit message (Expand)AuthorAgeFilesLines
* Respect `--no-error` and `--quiet` flags when resolving manifest path魏曹先生9 hours1-2/+13
* Replace show.workspace with show.workspace-dir command魏曹先生10 hours2-2/+62
* Move error handling into its own module and add show.binaries command魏曹先生11 hours5-39/+113
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生11 hours9-25/+345
* Align help text formatting and add PATH placeholder魏曹先生23 hours1-9/+9
* Refactor CLI entry points and move main logic to library魏曹先生23 hours7-91/+109
* Rename cargo style functions and remove unused imports魏曹先生24 hours3-16/+33
* Fix date format padding in version string魏曹先生24 hours2-6/+15
* Refactor mling to use new program architecture and install scripts魏曹先生24 hours17-868/+301
* Enhance code quality across the entire codebaseWeicao-CatilGrass7 days7-65/+95
* Rename error types with consistent naming convention魏曹先生9 days1-2/+2
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生9 days1-2/+2
* Require explicit import of `crate::Next` in chained functions魏曹先生2026-05-244-4/+10
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass2026-05-221-6/+14
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-174-10/+10
* Accept paths for program name parameters in macros魏曹先生2026-05-164-10/+4
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-6/+2
* Remove `__completion_gen` module wrapping from macro output魏曹先生2026-05-071-3/+1
* Fix typo "Unrusted" to "Untrusted" and reflow code formatting魏曹先生2026-04-292-20/+22
* Apply clippy suggestions for code simplification魏曹先生2026-04-286-21/+12
* Remove extra newline in list printing魏曹先生2026-04-281-1/+1
* Remove implicit help print and add version flag魏曹先生2026-04-281-6/+5
* Add terminal colored rendering and guide text魏曹先生2026-04-283-8/+435
* Rename refresh command to install魏曹先生2026-04-282-9/+9
* Add scaffolding CLI tool `mling`魏曹先生2026-04-289-0/+784