| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(pkg_mgr): add uninstall command and improve install | 魏曹先生 | 29 hours | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
| * | refactor(cli): move global help and completion to library | 魏曹先生 | 29 hours | 1 | -34/+2 |
| | | | | | | Move the global help and completion handlers from the CLI binary into the library crate so they can be reused by other entry points. | ||||
| * | chore: move CLI entry to bin and restructure imports | 魏曹先生 | 29 hours | 1 | -0/+51 |
| Move the CLI binary from `src/main.rs` to `src/bin/cli.rs` and move shared program generation into a new lib.rs module. | |||||
