Skip to content

Commit

Permalink
Remove old flag definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanConnell authored Jan 4, 2024
1 parent e0e317a commit 5b94161
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/watcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ var CLI struct {
Scan commands.ScanCmd `cmd:"" help:"Scan Ticketmaster for matching events"`
}

type flags struct {
apiKey string
artistFile string
ticketmasterConfigFile string
discordWebhookURL string
diffMode bool
diffFile string
}

func main() {
ctx := kong.Parse(&CLI)
switch ctx.Command() {
Expand Down

0 comments on commit 5b94161

Please sign in to comment.