Skip to content

refactor(list): remove the --target flag - #7

Merged
Alishahzad1903 merged 1 commit into
mainfrom
zaid/remove-target-flag
Aug 4, 2026
Merged

refactor(list): remove the --target flag#7
Alishahzad1903 merged 1 commit into
mainfrom
zaid/remove-target-flag

Conversation

@Darker98

@Darker98 Darker98 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes the single-editor --target <name> filter from the list command.
  • listPlugins() no longer accepts a target param; installed is always "installed anywhere."
  • Kept --targets (plural, used by install/uninstall to pick harnesses) untouched — it's a separate flag.

Test plan

  • npm test — all 156 tests pass
  • Verified no remaining references to the singular --target flag in source, tests, or README

The single-editor filter on `list` added a second, easily confused
"target" concept alongside --targets (which selects harnesses for
install/uninstall). Drop it and keep list's installed status scoped
to "installed anywhere" only.
@Alishahzad1903
Alishahzad1903 merged commit 0497363 into main Aug 4, 2026
11 checks passed
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.

2 participants