Refactor plugin registry into separate files per plugin
This commit is contained in:
@@ -35,7 +35,7 @@ def enable_disabled_plugin(
|
||||
instance_path: Path,
|
||||
state_root: Path,
|
||||
plugin_id: str,
|
||||
registry: str = "registry/plugins.toml",
|
||||
registry: str = "registry/plugins",
|
||||
lockfile: str | None = None,
|
||||
repo: Path | None = None,
|
||||
progress: Callable[[str], None] | None = None,
|
||||
@@ -85,7 +85,7 @@ def enable_disabled_plugins(
|
||||
instance_path: Path,
|
||||
state_root: Path,
|
||||
plugin_ids: list[str],
|
||||
registry: str = "registry/plugins.toml",
|
||||
registry: str = "registry/plugins",
|
||||
lockfile: str | None = None,
|
||||
repo: Path | None = None,
|
||||
progress: Callable[[str], None] | None = None,
|
||||
|
||||
Reference in New Issue
Block a user