Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2697f65 commit 9911415Copy full SHA for 9911415
cli/jail.go
@@ -40,6 +40,7 @@ Examples:
40
Value: serpent.StringOf(&config.LogLevel),
41
},
42
43
+ Hidden: true,
44
Handler: func(inv *serpent.Invocation) error {
45
return jailcli.Run(inv.Context(), config, inv.Args)
46
0 commit comments