mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 06:34:02 +03:00
Add tests for access command
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@ package cli
|
||||
import "github.com/alecthomas/kong"
|
||||
|
||||
type CLI struct {
|
||||
GenerateSecret GenerateSecret `cmd help:"Generate new proxy secret"` // nolint: govet
|
||||
Access Access `cmd help:"Print access information."` // nolint: govet
|
||||
Version kong.VersionFlag `help:"Print version."`
|
||||
GenerateSecret GenerateSecret `kong:"cmd,help='Generate new proxy secret'"` // nolint: govet
|
||||
Access Access `kong:"cmd,help='Print access information.'"` // nolint: govet
|
||||
Version kong.VersionFlag `kong:"help='Print version.'"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user