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 d1209a0 commit 32a9381Copy full SHA for 32a9381
main.go
@@ -13,7 +13,7 @@ import (
13
14
func init() {
15
pflag.StringP("fpm", "f", "", "path to php-fpm")
16
- pflag.StringP("socket", "s", "", "path to socket")
+ pflag.StringP("socket", "s", "socket.sock", "path to socket")
17
pflag.Parse()
18
19
viper.BindPFlags(pflag.CommandLine)
0 commit comments