Create base structure to allow patching

This commit is contained in:
9seconds
2021-03-10 21:59:01 +03:00
parent ddd3d608fa
commit 299c6478c2
3 changed files with 58 additions and 32 deletions
+2
View File
@@ -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."`
}