RayBenefield / dev-xp

:runner: A Monorepo of projects reaching towards EPIC proportions, maintained by one person.
MIT License
16 stars 1 forks source link

Move `plugs` definition to `cli` configuration rather than `command` config #1150

Closed RayBenefield closed 3 years ago

RayBenefield commented 3 years ago

Expected Behavior

If one command kd ls uses a plug, and another command uses the run function of that command, it has to define the same plugs. I want to avoid this so I'm moving plug definition to the actual cli configuration.