aspect-cli icon indicating copy to clipboard operation
aspect-cli copied to clipboard

Allow plugin custom commands to be disabled from the plugin config

Open JesseTatasciore opened this issue 3 years ago • 1 comments

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

JesseTatasciore avatar Feb 04 '22 20:02 JesseTatasciore

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

alexeagle avatar Feb 10 '22 18:02 alexeagle