Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "websocket", Aliases: []string{"ws"}, Action: runWebsocket, Flags: []cli.Flag{ &cli.IntFlag{Name: "port", Value: defaultPort, EnvVars: []string{"PH_PORT"}, Usage: "port to run the server on"}, &cli.StringFlag{Name: "master-password", Value: defaultMasterPassword, EnvVars: []string{"PH_MASTER_PASSWORD"}, Usage: "master password for the server"}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.