websocketcmd

package
v0.0.0-...-eb3b6b4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Unlicense Imports: 17 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL