Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseOptions ¶
type BaseOptions struct { Host string `help:"Host IP or NAME" default:"$VMWARE_HOST" metavar:"VMWARE_HOST"` Port int `help:"Service port" default:"$VMWARE_PORT" metavar:"VMWARE_PORT"` Account string `help:"VCenter or ESXi Account" default:"$VMWARE_ACCOUNT" metavar:"VMWARE_ACCOUNT"` Password string `help:"Password" default:"$VMWARE_PASSWORD" metavar:"VMWARE_PASSWORD"` Debug bool Format string `choices:"xml|json" default:"json"` SUBCOMMAND string `help:"aliyuncli subcommand" subcommand:"true"` }
Click to show internal directories.
Click to hide internal directories.