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.
2 parents 3d62fb1 + dc8aead commit 72cdfc9Copy full SHA for 72cdfc9
cmd/sems_mitm_exporter/main.go
@@ -10,7 +10,7 @@ import (
10
11
// CLI represents the command-line interface.
12
type CLI struct {
13
- Debug bool `kong:"help='Enable debug logging'"`
+ Debug bool `kong:"env='DEBUG',help='Enable debug logging'"`
14
Serve ServeCmd `kong:"cmd,default,help='Start the MITM server'"`
15
Version VersionCmd `kong:"cmd,help='Print version information'"`
16
}
0 commit comments