Commit Graph
6 Commits
Author SHA1 Message Date
Michael Schuett 50b52ca9d5 Fix unit tests 2019-01-27 17:25:59 -05:00
Michael Schuett 9720ac029c Basic working flag category support 2019-01-27 15:48:00 -05:00
Michael Schuett 51aebb5a03 Add mod files
Let us use this repo via replace locally.
2019-01-27 12:00:16 -05:00
Michael Schuett 9dd96e9e90 Add in Category to Flag interface 2019-01-27 11:41:54 -05:00
Michael Schuett 7c383b0d16 Go Fmt 2019-01-27 01:44:36 -05:00
Michael Schuett ff1c0b58dd Start of category flag support
This adds what I think needs to be done to support categories for flags
but we will see if that works. It also forces the scripts to use python2
since they blow up under python3 which is becoming the default python on
many linux systems.

Small fix to app_test as well so it conforms to the new Flag interface.
2019-01-27 01:41:06 -05:00