aboutsummaryrefslogtreecommitdiff
path: root/mling/src/cli.rs
Commit message (Expand)AuthorAgeFilesLines
* Move error handling into its own module and add show.binaries command魏曹先生8 hours1-5/+39
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生8 hours1-11/+58
* Refactor CLI entry points and move main logic to library魏曹先生20 hours1-0/+95
* Refactor mling to use new program architecture and install scripts魏曹先生21 hours1-77/+0
* Enhance code quality across the entire codebaseWeicao-CatilGrass7 days1-1/+6
* Rename error types with consistent naming convention魏曹先生9 days1-2/+2
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生9 days1-2/+2
* Remove `__completion_gen` module wrapping from macro output魏曹先生2026-05-071-3/+1
* Remove implicit help print and add version flag魏曹先生2026-04-281-6/+5
* Add terminal colored rendering and guide text魏曹先生2026-04-281-8/+38
* Rename refresh command to install魏曹先生2026-04-281-3/+3
* Add scaffolding CLI tool `mling`魏曹先生2026-04-281-0/+45