aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res
Commit message (Collapse)AuthorAgeFilesLines
* fix: only send clean state when supported魏曹先生4 days1-1/+3
|
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生4 days2-0/+336
|
* feat(res): add Confirmer resource and stdin args setup魏曹先生4 days1-0/+268
| | | | | | | | Add Confirmer with cached confirmation state and predicate-based parsing for yes/no and true/false inputs. Add ConfirmerSetup to register the resource and auto-confirm when skip mode is enabled. Add StandardInputArgsSetup to read piped stdin as appended arguments. Reorganize module exports in res and setups.
* chore: add "Doc Not Optimize" comments to source files魏曹先生5 days6-0/+6
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* chore: enforce pedantic clippy lints and fix warnings魏曹先生8 days4-7/+15
|
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生2026-07-024-12/+31
|
* feat(mingling): add directory environment resources and setup魏曹先生2026-06-275-0/+347
| | | | | Add four new resource types for common directory paths and a convenience setup struct that registers all of them at once.
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-061-3/+3
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Add doc comment for ExitCode struct usage魏曹先生2026-05-161-0/+7
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-131-0/+24
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-0/+4