jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

`boardgame-util stub` should allow setting specific options #676

Open jkomoros opened 6 years ago

jkomoros commented 6 years ago

Currently interactive only has a few top-level options, but you can't do things like set EnableExampleMoves, but not EnableExampleConfigs.

Ideally InterativeOptions would have a mode that allows you to set individual properies of that (maybe a CLI switch that triggers a different InteractiveOptions?)

Is there a CLI library that allows custom prompts and drop-downs more easily? Could allow a picking of a few options interactively

Originally captured in #663.