Rename Exclude -> Blacklist
This commit is contained in:
parent
c65c1f6a2c
commit
16b6a2b176
10 changed files with 40 additions and 41 deletions
|
@ -8,7 +8,7 @@ type Config struct {
|
|||
OutFolder string
|
||||
BaseDir string
|
||||
WhitelistTables []string
|
||||
ExcludeTables []string
|
||||
BlacklistTables []string
|
||||
Tags []string
|
||||
Debug bool
|
||||
NoTests bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue