aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/pkg_mgr/cmd_pkg_enable.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: migrate renderers to RenderResult and stdout macros魏曹先生3 days1-9/+16
| | | | | Replace buffer-based renderers with explicit RenderResult returns and use cargo-styled output macros for consistency.
* feat: implement pkg-enable and pkg-disable commands魏曹先生3 days1-0/+142
Add package enable/disable functionality with version matching for pkg-enable, and fix help text to reflect implemented commands.