aboutsummaryrefslogtreecommitdiff
path: root/examples/example-clap-binding/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生13 hours1-8/+14
| | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects.
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-1/+3
|
* Update docs and examples for clap binding with optional error parameter魏曹先生2026-05-291-3/+3
|
* Enable color feature for clap and fix help and error rendering魏曹先生2026-05-291-5/+10
|
* Add example for clap binding integration魏曹先生2026-05-281-0/+105