silbinarywolf/gml-go

gmlgo: split "gmlgo generate" into its own package and use Cobra for handling command prompt

silbinarywolf opened this issue · 0 comments

Why?
I want to prepare for #64. I discovered https://github.com/spf13/cobra and it looks like it handles a lot of neat UX things in the command line for me, so my plan is to split generate out into its own package. Once that's done i can move onto building the "gmlgo serve" tool.