1
0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-09-20 01:22:58 +00:00

Fix: Struct tags broken

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-02-08 22:45:01 +01:00
parent f14ad8331c
commit faa1093def
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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"`