aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/pkg_mgr/cmd_pkg_show.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(pkg-show): return early error for empty packages魏曹先生2 days1-9/+18
| | | | | Add dedicated error renderer for "No packages installed" and return it early instead of rendering empty package list.
* feat(pkg-mgr): implement pkg-show command魏曹先生2 days1-0/+113
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.