mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 15:34:01 +03:00
Create base structure to allow patching
This commit is contained in:
@@ -7,6 +7,8 @@ import (
|
||||
)
|
||||
|
||||
type cliCommandGenerateSecret struct {
|
||||
cli
|
||||
|
||||
HostName string `arg optional help:"Hostname to use for domain fronting. Default is '${domain_front}'." name:"hostname" default:"${domain_front}"` // nolint: lll, govet
|
||||
Hex bool `help:"Print secret in hex encoding."`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user