mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 10:04:03 +03:00
Fix lint issues
This commit is contained in:
+2
-2
@@ -36,8 +36,8 @@ type accessResponseURLs struct {
|
||||
type Access struct {
|
||||
base `kong:"-"`
|
||||
|
||||
ConfigPath string `kong:"arg,required,type='existingfile',help='Path to the configuration file.',name='config-path'"` // nolint: lll
|
||||
Port uint `kong:"help='Port number. Default port is taken from configuration file, bind-to parameter',type:'uint'"`
|
||||
ConfigPath string `kong:"arg,required,type='existingfile',help='Path to the configuration file.',name='config-path'"` // nolint: lll
|
||||
Port uint `kong:"help='Port number. Default port is taken from configuration file, bind-to parameter',type:'uint'"` // nolint: lll
|
||||
Hex bool `kong:"help='Print secret in hex encoding.'"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user