Documentation ¶ Index ¶ type Command func (c *Command) Run(g *globals.Globals) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { AdminUsername string `kong:"flag,name='admin-username',env='HGK_ADMIN_USERNAME',help='the name of the initial admin user',required='true'"` AdminSSHPubkey string `` /* 145-byte string literal not displayed */ } func (*Command) Run ¶ func (c *Command) Run(g *globals.Globals) error Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.