Skip to content

Commit

Permalink
remove duplicate version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariKnight authored Mar 30, 2024
1 parent 2e181f9 commit a48ae77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/params/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ func NewParams() *Params {
})*/

// Add version flag
version := parser.Flag("v", "version", &argparse.Options{
Required: false,
Help: "Display version",
})

version := parser.Flag("v", "version", &argparse.Options{
Required: false,
Help: "Display the version",
Expand Down

0 comments on commit a48ae77

Please sign in to comment.