Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LaunchCommand = &cobra.Command{
Use: "launch",
Short: "Start a process in the igniter-shell",
RunE: runLaunchCommand,
}
LaunchCommand launches a process
View Source
var RootCommand = &cobra.Command{ Use: "igniter-shell", Short: "The Gameye igniter shell starts and configures game servers.", Version: resource.Version, }
RootCommand is the root command for all subcommands
View Source
var VerifyCommand = &cobra.Command{
Use: "verify",
Short: "Verify a config-file",
RunE: runVerifyCommand,
}
VerifyCommand verifies a config file
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.