Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseOptions ¶
type BaseOptions struct { Debug bool `help:"debug mode"` AccessKeyId string `help:"AccessKeyId" default:"$KSYUN_ACCESS_KEY_ID" metavar:"KSYUN_ACCESS_KEY_ID"` AccessKeySecret string `help:"AccessKeySecret" default:"$KSYUN_ACCESS_KEY_SECRET" metavar:"KSYUN_ACCESS_KEY_SECRET"` RegionId string `help:"RegionId" default:"$KSYUN_REGION_ID" metavar:"KSYUN_REGION_ID"` SUBCOMMAND string `help:"ksyuncli subcommand" subcommand:"true"` }
Click to show internal directories.
Click to hide internal directories.