aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): resolve subcommands after global parameters魏曹先生10 hours1-13/+58
| | | | Fix command tree matching when global flags precede the subcommand.
* chore: add EntryFallback completion support魏曹先生14 hours1-1/+3
| | | | | | Add `#[completion(EntryFallback)]` syntax to enable custom completion suggestions for unmatched entries, merging fallback results with default completions via `Suggest::combine()`.
* fix: rename dispatcher_not_found to entry_fallback魏曹先生15 hours1-4/+3
|
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生15 hours1-1/+1
| | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly.
* docs: enable missing_docs lint and add doc comments to comp.rs魏曹先生11 days1-1/+54
|
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生2026-07-191-1/+1
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+10
|
* Add COMPLETION_SUBCOMMAND and is_completing methodWeicao-CatilGrass2026-06-091-0/+11
|
* Exclude all hidden nodes from completion filteringWeicao-CatilGrass2026-06-051-1/+1
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-5/+7
|
* Fix trailing space and partial match bugs in default completion魏曹先生2026-05-311-6/+27
|
* Rename error types with consistent naming convention魏曹先生2026-05-291-1/+2
|
* Remove installation module behind builds featureWeicao-CatilGrass2026-05-131-6/+0
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-0/+6
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-091-0/+338