aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Add dispatch tree example and update doc version references魏曹先生2026-05-081-1/+1
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-1/+1
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-281-2/+2
* Remove unused `ChainProcess` import in examples魏曹先生2026-04-271-1/+1
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-3/+2
* Make async an optional feature魏曹先生2026-04-191-4/+3
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-181-3/+3
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-131-36/+44
* Update completion script generation API魏曹先生2026-04-131-4/+4
* Add comments to example completion function魏曹先生2026-04-121-0/+6
* Change code blocks in examples from rust to ignore魏曹先生2026-04-121-1/+1
* Add ShellContext helper methods for completion logic魏曹先生2026-04-121-8/+9
* Add example-completion and update workspace dependencies魏曹先生2026-04-111-0/+114