From 086cbe2a095b52bf44f2ac5e361152cb8e77dc1b Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 3 Nov 2022 20:26:54 -0400 Subject: Added conflicts. --- SPEC.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SPEC.md') diff --git a/SPEC.md b/SPEC.md index e48991d..70f7531 100644 --- a/SPEC.md +++ b/SPEC.md @@ -46,7 +46,11 @@ The vast majority of plugins are `singleton` plugins. this plugin provides. Can be used as a dependency. * `dependencies`: Optionally a hash of dependencies required, or optional for this plugin. +* `conflicts`: An optional hash of plugins which conflict with this one, in the same + format as `dependencies`. * `tags`: Optional freeform tags that may describe attributes of the plugin. +* `path`: Optional path to the plugin. If omitted, will only pull the files in + `files`. To pull the whole repository, use `"."`. ### Dependencies -- cgit v1.2.3