commands

package
v0.0.0-...-a10145e Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2023 License: MIT Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

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