mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Merge pull request #160 from square/mmc/long-help
Default to using the "long" help format
This commit is contained in:
@@ -75,6 +75,8 @@ func main() {
|
||||
|
||||
// Alias starttls to start-tls
|
||||
connect.Flag("starttls", "").Hidden().EnumVar(connectStartTLS, starttls.Protocols...)
|
||||
// Use long help because many useful flags are under subcommands
|
||||
app.UsageTemplate(kingpin.LongHelpTemplate)
|
||||
|
||||
stdout := colorable.NewColorableStdout()
|
||||
result := simpleResult{}
|
||||
|
||||
Reference in New Issue
Block a user