cmd/loop: hide command forceautoloop

It is not intended for prod use. Those who need it can still use it.
This commit is contained in:
Boris Nagaev 2025-10-07 00:06:59 -03:00
parent 3323beaaeb
commit dfb16df6ad
No known key found for this signature in database

View file

@ -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 {