type Cmd struct {
Local local.Cmd `cmd:"" help:"Manage the local Airbyte installation."`
Images images.Cmd `cmd:"" help:"Manage images used by Airbyte and abctl."`
Version version.Cmd `cmd:"" help:"Display version information."`
Verbose verbose `short:"v" help:"Enable verbose output."`
}