aboutsummaryrefslogtreecommitdiff
path: root/mling/src/cli
Commit message (Collapse)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass47 hours2-15/+18
|
* Require explicit import of `crate::Next` in chained functions魏曹先生9 days4-4/+10
|
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass11 days1-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
| | | | | | | | | | | All proc macros (`pack!`, `dispatcher!`, `#[chain]`, `#[program_setup]`, `#[dispatcher_clap]`, `#[derive(Groupped)]`) now parse program names as `syn::Path` instead of bare `Ident`, allowing use of paths like `crate::MyProgram` or `my_crate::MyProgram`. The default program name `ThisProgram` is no longer re-exported or required as an import — generated code references `crate::ThisProgram` directly.
* Fix typo "Unrusted" to "Untrusted" and reflow code formatting魏曹先生2026-04-291-2/+2
|
* Apply clippy suggestions for code simplification魏曹先生2026-04-283-10/+6
|
* Remove extra newline in list printing魏曹先生2026-04-281-1/+1
|
* Rename refresh command to install魏曹先生2026-04-281-6/+6
|
* Add scaffolding CLI tool `mling`魏曹先生2026-04-284-0/+354