ironarachne / world

This is a fantasy world generation CLI and set of Go packages for the same.
MIT License
48 stars 9 forks source link

Add ability to specify field type for the heraldry CLI #42

Closed BenOvermyer closed 1 year ago

BenOvermyer commented 1 year ago

Add an optional flag -f/--field that specifies the field type for the heraldry command.

The relevant line is here: https://github.com/ironarachne/world/blob/main/cmd/heraldry.go#L24