integrii/flaggy

Make flag handing generic so that many flag types can be added easily

integrii opened this issue · 0 comments

refactor code so that more flag types can be easily added. Fold all flags into a single Flag struct and use type switches where specific flag type operations are performed.