Skip to content

feat(plugin): support removing multiple plugins at once#9

Merged
git-hulk merged 3 commits intomasterfrom
feat/uninstall-multiple-plugins
Apr 1, 2026
Merged

feat(plugin): support removing multiple plugins at once#9
git-hulk merged 3 commits intomasterfrom
feat/uninstall-multiple-plugins

Conversation

@git-hulk
Copy link
Copy Markdown
Owner

@git-hulk git-hulk commented Apr 1, 2026

Summary

  • add support for uninstalling multiple plugins in one command invocation
  • update clime plugin uninstall args from single plugin to one-or-more plugin names
  • process removals sequentially with per-plugin spinner output and an aggregate summary
  • deduplicate repeated plugin names in args to avoid duplicate work
  • aggregate failures and return a combined error while preserving successful removals
  • add tests for arg validation and name deduplication helpers

Testing

  • go test ./...

Closes #8

@git-hulk git-hulk merged commit 763fa1b into master Apr 1, 2026
1 check passed
@git-hulk git-hulk deleted the feat/uninstall-multiple-plugins branch April 1, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support uninstalling multiple plugins at once

1 participant