packwiz/core/commands.go
2019-03-17 15:04:00 +00:00

7 lines
178 B
Go

package core
import "github.com/urfave/cli"
// Commands stores all the commands that packwiz can run. Append to this slice to add your own commands.
var Commands []cli.Command