ChristoWolf / vagrant-story-randomizer

A tool for randomizing a binary of the PS1 game "Vagrant Story"
GNU General Public License v3.0
4 stars 0 forks source link

Implement CLI wrapper for commands #13

Open ChristoWolf opened 2 years ago

ChristoWolf commented 2 years ago

And document it accordingly, including help.

AmenAnthem commented 2 years ago

Recommendation: https://cobra.dev/

ChristoWolf commented 2 years ago

I know about Cobra, it's great, I'm just not sure if our needs warrant such a big dependency. We can try it and investigate its feasibility.

ChristoWolf commented 2 years ago

Standard flag mapping seems to be even simpler since Go 1.19, see e.g. these examples.