We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642e8b commit fd99049Copy full SHA for fd99049
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