<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_cli/src/bin/cli.rs, branch wip/mingling-cli-ux</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>feat(pkg_mgr): add uninstall command and improve install</title>
<updated>2026-08-07T08:57:24+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-07T07:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=180f72d307d75351bc8baa19b8ac662ef58fc35f'/>
<id>180f72d307d75351bc8baa19b8ac662ef58fc35f</id>
<content type='text'>
Implement `mling uninstall` to remove installed packages by name or
name@version, with shell completion support. Rework install to build
release binaries, copy them plus completion scripts to a per-version
directory under the user data dir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement `mling uninstall` to remove installed packages by name or
name@version, with shell completion support. Rework install to build
release binaries, copy them plus completion scripts to a per-version
directory under the user data dir.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(cli): move global help and completion to library</title>
<updated>2026-08-07T08:57:24+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-07T04:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=9daff4936ed04f7bab247a2eb741e03d6a39c209'/>
<id>9daff4936ed04f7bab247a2eb741e03d6a39c209</id>
<content type='text'>
Move the global help and completion handlers from the CLI binary
into the library crate so they can be reused by other entry points.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the global help and completion handlers from the CLI binary
into the library crate so they can be reused by other entry points.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: move CLI entry to bin and restructure imports</title>
<updated>2026-08-07T08:57:24+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-07T04:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=32ee3596042cc4e723afd30b87298a13feef7c24'/>
<id>32ee3596042cc4e723afd30b87298a13feef7c24</id>
<content type='text'>
Move the CLI binary from `src/main.rs` to `src/bin/cli.rs`
and move shared program generation into a new lib.rs module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the CLI binary from `src/main.rs` to `src/bin/cli.rs`
and move shared program generation into a new lib.rs module.
</pre>
</div>
</content>
</entry>
</feed>
