<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_picker/src/picker.rs, branch feat/picker2</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>feat(picker): add from_args and from_args_skip constructors</title>
<updated>2026-07-15T19:27:19+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T19:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=0bded81c4e205e387998bf64087acfc39cf70e3e'/>
<id>0bded81c4e205e387998bf64087acfc39cf70e3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): remove route phantom from IntoPicker trait</title>
<updated>2026-07-15T12:30:40+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T12:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=75f420f8d50910888822c412724ff80fbce32ac5'/>
<id>75f420f8d50910888822c412724ff80fbce32ac5</id>
<content type='text'>
Add `with_route` methods to `IntoPicker` and `PickerPattern` for
setting the route type explicitly when needed, instead of carrying
it as a generic parameter on the trait itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `with_route` methods to `IntoPicker` and `PickerPattern` for
setting the route type explicitly when needed, instead of carrying
it as a generic parameter on the trait itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: set default type parameter for `Picker` struct</title>
<updated>2026-07-15T11:59:13+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T11:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=b8982717497c7359f4e68c1f3e8aac153c737398'/>
<id>b8982717497c7359f4e68c1f3e8aac153c737398</id>
<content type='text'>
Update doc examples to pass `String` instead of `&amp;str` to `convert`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update doc examples to pass `String` instead of `&amp;str` to `convert`
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add builtin bool pickable and parselib matcher framework</title>
<updated>2026-07-15T11:33:45+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T11:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=8b2bbdef88f47838ed0326f5c9cf86bac84babde'/>
<id>8b2bbdef88f47838ed0326f5c9cf86bac84babde</id>
<content type='text'>
Add `Pickable` implementation for `bool` and the supporting `Matcher`
trait
with utility functions for argument matching.  Expose `pickable_needed`
and
`matcher_needed` modules for downstream trait implementors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `Pickable` implementation for `bool` and the supporting `Matcher`
trait
with utility functions for argument matching.  Expose `pickable_needed`
and
`matcher_needed` modules for downstream trait implementors.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add early route on missing flag</title>
<updated>2026-07-15T08:36:05+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=53fc28520c1314cd1bd223628c30d6a4423756a1'/>
<id>53fc28520c1314cd1bd223628c30d6a4423756a1</id>
<content type='text'>
Introduce `or_route` and a `PickerResult` type that carries an optional
route value.  When a flag is absent, the closure given to `or_route` is
evaluated and stored in `error_route`, allowing the caller to exit early
without a default value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `or_route` and a `PickerResult` type that carries an optional
route value.  When a flag is absent, the closure given to `or_route` is
evaluated and stored in `error_route`, allowing the caller to exit early
without a default value.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add Route generic parameter for error routing</title>
<updated>2026-07-15T08:14:15+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=a7a116110a80dee887ee2d9a2660fbff5e0cbc62'/>
<id>a7a116110a80dee887ee2d9a2660fbff5e0cbc62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: rename `PickerResult` to `PickerArgResult` and add new</title>
<updated>2026-07-15T08:08:10+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=c3e990a5c47dc8894899d774a0d89f089adec308'/>
<id>c3e990a5c47dc8894899d774a0d89f089adec308</id>
<content type='text'>
`PickerResult` struct
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`PickerResult` struct
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(picker): delegate Picker methods to PickerArgs</title>
<updated>2026-07-15T07:09:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T07:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=2636b92bb475eae00790511d0068126fd0884fbf'/>
<id>2636b92bb475eae00790511d0068126fd0884fbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add lifetime-bound pickable support and refine type constraints</title>
<updated>2026-07-14T11:51:19+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-14T11:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=fdd26053228593162fd5c41df9cfbc45d0c731b9'/>
<id>fdd26053228593162fd5c41df9cfbc45d0c731b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add default and post-processing hooks for flags</title>
<updated>2026-07-14T08:56:34+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-14T08:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=561e35154e4d453fdc14a2664316c858323b0de7'/>
<id>561e35154e4d453fdc14a2664316c858323b0de7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
