aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生5 days1-4/+4
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days1-106/+99
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-2/+2
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-3/+2
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-3/+13
* 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