aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/builds
Commit message (Collapse)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass2 days1-3/+3
|
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-151-4/+13
| | | | | | | | 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.
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-0/+23
|
* Extract `build_comp_script` logic into `build_comp_script_to`魏曹先生2026-04-281-4/+23
|
* Update completion script generation API魏曹先生2026-04-131-20/+16
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-121-2/+2
|
* Add shell completion script generation feature魏曹先生2026-04-111-0/+80