aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/pkg_mgr
Commit message (Collapse)AuthorAgeFilesLines
* refactor(pkg-mgr): use pack results for uninstall stateswip/mingling-cli-ux魏曹先生10 hours1-25/+42
|
* feat(pkg-show): return early error for empty packages魏曹先生10 hours1-9/+18
| | | | | Add dedicated error renderer for "No packages installed" and return it early instead of rendering empty package list.
* fix: use consistent output macro for install results魏曹先生11 hours1-2/+2
|
* refactor: migrate renderers to RenderResult and stdout macros魏曹先生11 hours3-35/+51
| | | | | Replace buffer-based renderers with explicit RenderResult returns and use cargo-styled output macros for consistency.
* feat(pkg-mgr): implement pkg-show command魏曹先生30 hours2-0/+217
| | | | | | Add `pkg-show` to display installed packages and their versions, removing its NOT_IMPL marker from help. Include internal commands to load enabled package paths and completion scripts.
* feat: implement pkg-enable and pkg-disable commands魏曹先生30 hours3-4/+254
| | | | | Add package enable/disable functionality with version matching for pkg-enable, and fix help text to reflect implemented commands.
* feat(pkg_mgr): add uninstall command and improve install魏曹先生30 hours2-5/+324
| | | | | | | 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魏曹先生30 hours1-0/+8