aboutsummaryrefslogtreecommitdiff
path: root/mling/src/cli.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(mling): enable pathf feature and run type mapping build魏曹先生18 hours1-4/+4
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-2/+2
* Redesign hook system with structured info types and ProgramControls魏曹先生5 days1-2/+4
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生10 days1-1/+1
* Add COMPLETION_SUBCOMMAND and is_completing methodWeicao-CatilGrass2026-06-091-6/+4
* Respect `--no-error` and `--quiet` flags when resolving manifest path魏曹先生2026-06-071-2/+13
* Move error handling into its own module and add show.binaries command魏曹先生2026-06-071-5/+39
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生2026-06-071-11/+58
* Refactor CLI entry points and move main logic to library魏曹先生2026-06-071-0/+95
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-071-77/+0
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-1/+6
* Rename error types with consistent naming convention魏曹先生2026-05-291-2/+2
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生2026-05-291-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