Skip to content

Commit

Permalink
Remove unused command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 6, 2024
1 parent a7a8427 commit 897cbb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions command/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ var cacheSizeFlag = &cli.Int64Flag{
Required: false,
}

var fileFlag = &cli.StringFlag{
Name: "file",
Usage: "Source file for import",
Aliases: []string{"f"},
Required: true,
}

var listenAdminFlag = &cli.StringFlag{
Name: "listen-admin",
Usage: "Admin HTTP API listen address or 'none' to disable, overrides config",
Expand Down

0 comments on commit 897cbb5

Please sign in to comment.