Move config path cli parameter to base

This commit is contained in:
9seconds
2021-03-18 15:20:54 +03:00
parent f155b9f37e
commit 0ad2d61742
4 changed files with 12 additions and 12 deletions
-2
View File
@@ -7,8 +7,6 @@ import (
)
type GenerateSecret struct {
base `kong:"-"`
HostName string `kong:"arg,required,help='Hostname to use for domain fronting.',name='hostname'"`
Hex bool `kong:"help='Print secret in hex encoding.',short='x'"`
}