remove duplicate version flag

This commit is contained in:
HikariKnight 2024-03-30 14:58:18 +01:00 committed by GitHub
parent 2e181f9e3c
commit a48ae7716f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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