We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2642e8b + fd99049 commit 3029ef2Copy full SHA for 3029ef2
1 file changed
cmd/go-cli-github/main.go
@@ -8,7 +8,7 @@ import (
8
// CLI represents the command-line interface.
9
type CLI struct {
10
Version VersionCmd `kong:"cmd,help='Print version information'"`
11
- Serve ServeCmd `kong:"cmd,help='Example serve command'"`
+ Serve ServeCmd `kong:"cmd,default=1,help='(default) Example serve command'"`
12
}
13
14
func main() {
0 commit comments