Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct { Version kong.VersionFlag `short:"v" help:"Show version."` Run RunCmd `cmd:"" aliases:"r" help:"run application" default:"withargs"` }
type RunCmd ¶
type RunCmd struct { Output string `short:"o" env:"OUTPUT" help:"output file path" type:"path" default:"-"` Format string `short:"f" env:"FORMAT" help:"output format" enum:"json,yaml,csv,subscription,text,table" default:"table"` Status bool `short:"s" help:"check servers status"` Alive bool `short:"a" help:"print only alive servers"` }
Click to show internal directories.
Click to hide internal directories.