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 e250cd8 commit 8ee56c2Copy full SHA for 8ee56c2
cli/command.go
@@ -11,7 +11,7 @@ var TitleStyle = gocolorize.NewColor("green")
11
var InfoStyle = gocolorize.NewColor("yellow")
12
13
type Command struct {
14
- Host string `short:"h" long:"host" description:"beanstalkd host addr." required:"true" default:"localhost:11300"`
+ Host string `short:"" long:"host" description:"beanstalkd host addr." required:"true" default:"localhost:11300"`
15
16
conn *beanstalk.Conn
17
}
0 commit comments