aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/pkg_mgr/cmd_install.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(pkg_mgr): add uninstall command and improve install魏曹先生2 days1-5/+175
| | | | | | | 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.
* feat(pkg-mgr): add install command placeholder魏曹先生2 days1-0/+8