mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-18 13:08:28 +02:00
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:
parent
3323beaaeb
commit
dfb16df6ad
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue