aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add global resource system to Program魏曹先生2026-04-271-0/+50
|
* Add simple CLI example to README魏曹先生2026-04-271-1/+47
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-272-3/+0
|
* Update README example to use new v0.1.7 API featuresWeicao-CatilGrass2026-04-261-21/+67
|
* Update project description and example doc orderingWeicao-CatilGrass2026-04-262-4/+1
|
* Fix version number typo for Clap Parser Support魏曹先生2026-04-261-1/+1
|
* Complete clap_parser macro and update changelog, readme魏曹先生2026-04-252-1/+7
|
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-251-1/+1
|
* Add async example demonstrating tokio integration魏曹先生2026-04-252-4/+5
|
* Add docsify flexible alerts plugin and update callout syntaxWeicao-CatilGrass2026-04-245-6/+20
|
* Add workspace configuration and update dependencies魏曹先生2026-04-222-1/+13
|
* Sync README.md魏曹先生2026-04-221-1/+1
|
* Update version badge to 0.1.6魏曹先生2026-04-201-1/+1
|
* Update example to use synchronous program execution魏曹先生2026-04-201-3/+2
|
* Add async feature documentation魏曹先生2026-04-206-2/+121
| | | | | | | Add new async feature page and update sidebar and features list. Rename section headers in parser and general renderer for consistency. Expand completion documentation with usage and script generation details.
* Add intro section and remove phantom renderers from docs魏曹先生2026-04-202-24/+6
|
* Add documentation for the general_renderer feature魏曹先生2026-04-191-0/+70
|
* Fix macro registration in basic tutorial docs魏曹先生2026-04-192-2/+2
|
* Remove async runtime requirement from examples魏曹先生2026-04-199-65/+47
|
* Update docs links and roadmap for upcoming releases魏曹先生2026-04-181-5/+11
|
* Update example command name from mycmd to fruit魏曹先生2026-04-151-5/+5
|
* Add parser feature documentation with comprehensive example魏曹先生2026-04-151-0/+374
|
* Add Features section to documentation魏曹先生2026-04-155-0/+37
|
* Add documentation for Dispatcher, Chain, and Renderer魏曹先生2026-04-153-0/+226
|
* Update helpdoc badge to use "latest" instead of version number魏曹先生2026-04-141-1/+1
|
* Add helpdoc badge linking to GitHub Pages site魏曹先生2026-04-141-1/+4
|
* Add documentation for Mingling CLI framework魏曹先生2026-04-1413-0/+1526
|
* Move resource files to docs directory魏曹先生2026-04-145-0/+233