Rename Exclude -> Blacklist

This commit is contained in:
Aaron L 2016-09-08 22:41:57 -07:00
parent c65c1f6a2c
commit 16b6a2b176
10 changed files with 40 additions and 41 deletions

View file

@ -8,7 +8,7 @@ type Config struct {
OutFolder string
BaseDir string
WhitelistTables []string
ExcludeTables []string
BlacklistTables []string
Tags []string
Debug bool
NoTests bool