From dfb16df6adcef3718de98f691b062f43e865f51d Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 7 Oct 2025 00:06:59 -0300 Subject: [PATCH] cmd/loop: hide command forceautoloop It is not intended for prod use. Those who need it can still use it. --- cmd/loop/debug.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/loop/debug.go b/cmd/loop/debug.go index d3215a39..fb978ece 100644 --- a/cmd/loop/debug.go +++ b/cmd/loop/debug.go @@ -22,6 +22,7 @@ var forceAutoloopCmd = cli.Command{ autoloop timer. THIS MUST NOT BE USED IN A PROD ENVIRONMENT. `, Action: forceAutoloop, + Hidden: true, } func forceAutoloop(ctx *cli.Context) error {