Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9911415

Browse files
committed
hide jail subcommand
1 parent 2697f65 commit 9911415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/jail.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Examples:
4040
Value: serpent.StringOf(&config.LogLevel),
4141
},
4242
},
43+
Hidden: true,
4344
Handler: func(inv *serpent.Invocation) error {
4445
return jailcli.Run(inv.Context(), config, inv.Args)
4546
},

0 commit comments

Comments
 (0)