Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseOptions ¶
type BaseOptions struct { Debug bool `help:"debug mode"` Username string `help:"Username" default:"$PROXMOX_USERNAME" metavar:"PROXMOX_USERNAME"` Password string `help:"Password" default:"$PROXMOX_PASSWORD" metavar:"PROXMOX_PASSWORD"` Host string `help:"Host" default:"$PROXMOX_HOST" metavar:"PROXMOX_HOST"` Port int `help:"Port" default:"$PROXMOX_PORT|8006" metavar:"PROXMOX_PORT"` SUBCOMMAND string `help:"proxmoxcli subcommand" subcommand:"true"` }
Click to show internal directories.
Click to hide internal directories.