boardgame icon indicating copy to clipboard operation
boardgame copied to clipboard

`boardgame-util stub` feature to add new delegate methods to main.go

Open jkomoros opened this issue 6 years ago • 1 comments

For example, if you decide after you already have a game delegate that you want to add a ConfigureConstants(), ideally there's a stub command that allows you to do that

(run from examplegame folder) boardgame-util stub add constants

jkomoros avatar Sep 13 '18 13:09 jkomoros

And if you run boardgame-util stub add (no arguments) then it gives you an interactive prompt to pick the one to add

jkomoros avatar Oct 13 '18 14:10 jkomoros