mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
7 lines
178 B
Go
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
|
|
|