aspect-build / aspect-cli

correct, fast, usable: choose three
https://aspect.build/cli
Apache License 2.0
85 stars 19 forks source link

Allow plugin custom commands to be disabled from the plugin config #134

Open JesseTatasciore opened 2 years ago

JesseTatasciore commented 2 years ago

We want to be able to enable / disable certain custom commands from the plugin config. A case where this might be useful... PluginA implements custom commands: Foo Bar

PluginB implements custom commands: Foo Baz

These 2 plugins would conflict with each other unless I was able to disable Foo on PluginB for example

alexeagle commented 2 years ago

maybe for 1.0 we just error when two enabled plugins register colliding commands