aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/test.toml
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove legacy parser feature and migrate to picker魏曹先生2 days1-29/+0
| | | | | | | | | | The legacy `parser` feature and its module tree (`mingling::parser`, `Argument`, `Picker`, `Pickable`, etc.) have been fully removed and replaced by the `picker` feature powered by `arg-picker`. BREAKING CHANGE: Remove `parser` feature and use `picker` instead. Migration guide: Replace `features = ["parser"]` with `features = ["picker"]` and update API usage per the provided table.
* refactor: move example tests into per-example test.toml files魏曹先生4 days1-0/+29
Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.