mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 18:14:03 +03:00
Fix lint issues
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ package cli
|
||||
import "github.com/alecthomas/kong"
|
||||
|
||||
type CLI struct {
|
||||
GenerateSecret GenerateSecret `kong:"cmd,help='Generate new proxy secret'"` // nolint: govet
|
||||
Access Access `kong:"cmd,help='Print access information.'"` // nolint: govet
|
||||
GenerateSecret GenerateSecret `kong:"cmd,help='Generate new proxy secret'"`
|
||||
Access Access `kong:"cmd,help='Print access information.'"`
|
||||
Version kong.VersionFlag `kong:"help='Print version.'"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user