aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/builds
Commit message (Collapse)AuthorAgeFilesLines
* refactor(core): move pathf module under builds and rename to buildHEADunreleasedmain魏曹先生10 hours1-0/+43
| | | | | | Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and re-export from `mingling::build`. Update all references from `mingling::builds` and `mingling::pathf` to `mingling::build`.
* fix(deps): bump just_template to 0.2.0 and migrate to new API魏曹先生22 hours1-3/+3
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+41
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-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