| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: add API documentation deployment section to CI docs | 魏曹先生 | 15 hours | 1 | -9/+26 |
| | | |||||
| * | feat(picker2): complete Picker2 prototype | 魏曹先生 | 23 hours | 1 | -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 days | 1 | -1/+1 |
| | | |||||
| * | docs: mark remove-r-print-macro tasks as complete | 魏曹先生 | 6 days | 1 | -4/+4 |
| | | |||||
| * | docs(dev): add changelog template | 魏曹先生 | 7 days | 2 | -0/+29 |
| | | |||||
| * | docs: fix trailing whitespace in add-picker2.md | 魏曹先生 | 7 days | 1 | -7/+7 |
| | | |||||
| * | Update add-picker2.md | 魏曹先生 | 7 days | 1 | -0/+76 |
| | | |||||
| * | docs(dev): add Picker2 arguments parser issue page | 魏曹先生 | 7 days | 2 | -0/+11 |
| | | |||||
| * | fix(docs): reduce docs sidebar depth to match maxLevel | 魏曹先生 | 7 days | 1 | -1/+1 |
| | | |||||
| * | docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site | 魏曹先生 | 7 days | 3 | -0/+91 |
| | | | | | | | 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 days | 2 | -6/+16 |
| | | |||||
| * | docs(remove-r-print-macro): add progress checklist to issue | 魏曹先生 | 7 days | 1 | -0/+10 |
| | | |||||
| * | docs(dev): Add emoji icons and restructure sidebar layout | 魏曹先生 | 7 days | 5 | -10/+16 |
| | | |||||
| * | chore(docs): rename dev-docs directory to dev | 魏曹先生 | 7 days | 12 | -0/+842 |
| Update sidebar link for remove-r-print-macro to use full description | |||||
