gomeler / LocationGenerator

Simple exercise in Go that generates locations for tabletop RPGs.
0 stars 0 forks source link

Add Cobra for CLI enablement #5

Closed gomeler closed 5 years ago

gomeler commented 5 years ago

Need to structure all the utilities into a singular entry point. This should be tackled with the initial Viper deployment.

gomeler commented 5 years ago

Resolved via commit (138d8449c382d6049ae93544b0ac59ed025f10f8)[https://github.com/gomeler/LocationGenerator/commit/138d8449c382d6049ae93544b0ac59ed025f10f8]. It was a bit messy and I suspect I'll have to fix things in the future, but for now it works. We can once again generate locations via the 'location' command on the main binary.