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 charge tags for the heraldry CLI #41

Closed BenOvermyer closed 1 year ago

BenOvermyer commented 1 year ago

Add a flag -C/--charges for the heraldry command that specifies the charge tag or tags to use.

The relevant consuming line in the heraldry command is here: https://github.com/ironarachne/world/blob/main/cmd/heraldry.go#L25