Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "connect",
Short: "Launch the game client and connect to the active game session",
Long: `Reads the active game session from .ludus/state.json, verifies
it is still alive via the deployment target API, then launches the game client
binary to connect.
Use --address to override the IP:port instead of reading from state.`,
RunE: runConnect,
}
Cmd is the connect command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.