aboutsummaryrefslogtreecommitdiff
path: root/mling/src/cli.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生10 days1-1/+1
| | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled.
* 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