mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-11-10 00:20:03 +00:00
Fix: Struct tags broken
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f14ad8331c
commit
faa1093def
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -21,7 +21,7 @@ import (
|
|||
|
||||
var (
|
||||
cfg = struct {
|
||||
Blacklist []string `flag;"blacklist,b" default:"" description:"Repos to ignore even when matched through filters"`
|
||||
Blacklist []string `flag:"blacklist,b" default:"" description:"Repos to ignore even when matched through filters"`
|
||||
ExpandMatches bool `flag:"expand-matches" default:"false" description:"Replace matched repos with their full version"`
|
||||
Filters []string `flag:"filter,f" default:"" description:"Filters to match the repos against"`
|
||||
GithubToken string `flag:"token" default:"" env:"GITHUB_TOKEN" description:"Token to access Github API"`
|
||||
|
|
Loading…
Reference in a new issue