plugins: have callers provide bundled plugin dir

This commit is contained in:
Gregory Schier
2026-02-26 08:36:42 -08:00
parent 8f0062f917
commit e34301ccab
3 changed files with 17 additions and 25 deletions

View File

@@ -67,7 +67,6 @@ impl CliContext {
plugin_runtime_main,
&query_manager,
&PluginContext::new_empty(),
false,
)
.await
{