From 9ccc2e359d816eb340c66e3be2bf5584eae94dff Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 8 Jul 2026 12:54:52 +0200 Subject: [PATCH] Document logs and logs-watch commands in pluginctl help text The pluginctl() switch already handled these subcommands, but they were missing from the usage output. --- build/pluginctl/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/pluginctl/main.go b/build/pluginctl/main.go index aa076f43..6b9303e8 100644 --- a/build/pluginctl/main.go +++ b/build/pluginctl/main.go @@ -21,6 +21,8 @@ Usage: pluginctl disable pluginctl enable pluginctl reset + pluginctl logs + pluginctl logs-watch ` func main() {