<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_core/src, branch 0.1.6</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/'/>
<entry>
<title>Add missing import for std::env on non-Windows platforms</title>
<updated>2026-04-19T08:12:34+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-19T08:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=2036fb58275d7fddad9c27bcceb780e8f715e5c0'/>
<id>2036fb58275d7fddad9c27bcceb780e8f715e5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make async an optional feature</title>
<updated>2026-04-18T16:31:05+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-18T16:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=532f4ceba2bddb1c84d2e0bdd69808a3ebd5ca4a'/>
<id>532f4ceba2bddb1c84d2e0bdd69808a3ebd5ca4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows UTF-16 argument handling in PowerShell completion</title>
<updated>2026-04-16T17:10:07+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-16T17:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=e17117e027cf8f0aa077c861b707651e040800a0'/>
<id>e17117e027cf8f0aa077c861b707651e040800a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change global argument and flag handlers to FnMut</title>
<updated>2026-04-14T13:52:17+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-14T13:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=8ed25a022daaf0c9d50b3cb224cb67598e383e65'/>
<id>8ed25a022daaf0c9d50b3cb224cb67598e383e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add script support to run-tools utilities</title>
<updated>2026-04-14T06:25:00+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-14T06:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=48a3fa1c27d2b9722f60dfaf062a0c71075a74f3'/>
<id>48a3fa1c27d2b9722f60dfaf062a0c71075a74f3</id>
<content type='text'>
The run-tools.ps1 and run-tools.sh scripts now support running both
Rust binaries and shell scripts. They check dev_tools/scripts first,
then dev_tools/src/bin. Also added a simple HTTP preview script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The run-tools.ps1 and run-tools.sh scripts now support running both
Rust binaries and shell scripts. They check dev_tools/scripts first,
then dev_tools/src/bin. Also added a simple HTTP preview script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Pickable implementation for enums with EnumTag trait</title>
<updated>2026-04-13T13:41:24+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-13T13:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=e730cea0224323c97539fcc657a83ee6320bcc1c'/>
<id>e730cea0224323c97539fcc657a83ee6320bcc1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove comp module and add EnumTag derive macro</title>
<updated>2026-04-13T13:19:03+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-13T13:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=17cf59fe8220ac5befbbe8333fa0515ab532103d'/>
<id>17cf59fe8220ac5befbbe8333fa0515ab532103d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update completion script generation API</title>
<updated>2026-04-13T00:34:15+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-13T00:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=b4cef6e601777b8c4b18df118689f8ac310fa835'/>
<id>b4cef6e601777b8c4b18df118689f8ac310fa835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use same suggestion format for PowerShell as Zsh</title>
<updated>2026-04-12T12:50:51+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-12T12:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=c7817348618fbc7eedadb3ba56e4784ec12dd4af'/>
<id>c7817348618fbc7eedadb3ba56e4784ec12dd4af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Windows-specific flag detection and improve PowerShell completion</title>
<updated>2026-04-12T12:37:01+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-12T12:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=40578ba8e008e69d8fa0615a822b286617f37adb'/>
<id>40578ba8e008e69d8fa0615a822b286617f37adb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
