aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/pkg_mgr/cmd_pkg_disable.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: migrate renderers to RenderResult and stdout macros魏曹先生3 days1-12/+14
| | | | | 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/+108
Add package enable/disable functionality with version matching for pkg-enable, and fix help text to reflect implemented commands.