From 66ac8df127206733086351f21e09aeecd4d2a103 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Fri, 26 Jun 2026 16:39:50 -0400 Subject: [PATCH] fix(manifest): use canonical CLI flag field --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 9879267..0ad515c 100644 --- a/plugin.json +++ b/plugin.json @@ -31,7 +31,7 @@ { "name": "analytics", "description": "Inject analytics and tag-manager snippets into rendered HTML", - "flags_passthrough": true, + "flagsPassthrough": true, "subcommands": [ { "name": "inject",