aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp
Commit message (Collapse)AuthorAgeFilesLines
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-151-18/+6
| | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports.
* Remove installation module behind builds featureWeicao-CatilGrass2026-05-131-72/+0
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-0/+72
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-093-0/+551