mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:14:02 +03:00
Move cli to separate package
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
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."`
|
||||
}
|
||||
Reference in New Issue
Block a user