aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker2): complete Picker2 prototype魏曹先生21 hours1-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Picker2 replaces the original Picker1 with a two-phase (tag → pick) + mask-bitmap architecture, decoupling argument matching from type conversion via a composable matcher pipeline. Architecture - FlagMatcher — boolean flags (--verbose) - ArgMatcher — single flag+value pairs (--name Alice) - MultiArgMatcher — multi-value flag groups (--files a.txt b.txt) - PositionalMatcher — positional arguments, respects `--` - SingleMatcher — composite for Single-type Pickables Types - Flag (Active/Inactive) — semantic bool flag value - String + 14 numeric types via SinglePickable trait - Vec<T> — greedy multi-value (all SinglePickable types) - VecUntil<T> — bounded multi-value via BoundaryCheck trait - VecUntil<T>, pick_string, pick_numbers, pick_bool, pick_flag Style system - UNIX_STYLE (kebab), POWERSHELL_STYLE (Pascal), WINDOWS_STYLE (Pascal) - naming_case auto-conversion via just_fmt integration - Style-aware separator (= for Unix, : for PS/Windows) Infrastructure - internal_repeat! macro generates PickerPattern1..=32 - SinglePickable blanket impl → Pickable - MultiPickableWithBoundary trait with greedy/bounded variants - 151 integration tests - Docs updated for parser feature
* refactor(docs): mark documentation update as completed魏曹先生6 days1-1/+1
|
* docs: mark remove-r-print-macro tasks as complete魏曹先生6 days1-4/+4
|
* docs(dev): add changelog template魏曹先生6 days1-0/+28
|
* docs: fix trailing whitespace in add-picker2.md魏曹先生7 days1-7/+7
|
* Update add-picker2.md魏曹先生7 days1-0/+76
|
* docs(dev): add Picker2 arguments parser issue page魏曹先生7 days1-0/+10
|
* docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site魏曹先生7 days2-0/+89
| | | | | | Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages.
* docs: fix trailing whitespace in markdown files魏曹先生7 days2-6/+16
|
* docs(remove-r-print-macro): add progress checklist to issue魏曹先生7 days1-0/+10
|
* docs(dev): Add emoji icons and restructure sidebar layout魏曹先生7 days3-3/+3
|
* chore(docs): rename dev-docs directory to dev魏曹先生7 days9-0/+630
Update sidebar link for remove-r-print-macro to use full description