Byte-snake-engine/cli/main.go
Len Payne 6c1e0d9547
Command Line Interface to Run Games Locally (#25)
* Initial Attempts at Cobra Command
* Update to the README
* Fixes for Linter

Thanks @LenPayne for all your hard work getting this started!
2020-12-10 14:35:52 -08:00

7 lines
100 B
Go

package main
import "github.com/BattlesnakeOfficial/rules/cli/cmd"
func main() {
cmd.Execute()
}