Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Greet *cli.Command = &cli.Command{ Name: "greet", Usage: "fight the loneliness!", Flags: []cli.Flag{ &cli.BoolFlag{ Name: "foe", Aliases: []string{"f"}, Usage: "You dare to greet your foe?", }, }, Action: executeGreet, }
View Source
var Server *cli.Command = &cli.Command{ Name: "server", Usage: "loads the server configuration and starts the server!", Flags: []cli.Flag{ &cli.BoolFlag{ Name: "reset", Aliases: []string{"r"}, Usage: "Will hard reset the server. Migrations will be downed and Seeders will be run", }, }, Action: serverActions, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.