Skip to content

Commit

Permalink
Droplet: Add SizeSlug as format flag
Browse files Browse the repository at this point in the history
SizeSlug as a format flag was supported but wasn't documented.
  • Loading branch information
danaelhe authored Aug 13, 2024
1 parent 7fd3b7b commit dd78542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/displayers/droplet.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (d *Droplet) JSON(out io.Writer) error {

func (d *Droplet) Cols() []string {
cols := []string{
"ID", "Name", "PublicIPv4", "PrivateIPv4", "PublicIPv6", "Memory", "VCPUs", "Disk", "Region", "Image", "VPCUUID", "Status", "Tags", "Features", "Volumes",
"ID", "Name", "SizeSlug", "PublicIPv4", "PrivateIPv4", "PublicIPv6", "Memory", "VCPUs", "Disk", "Region", "Image", "VPCUUID", "Status", "Tags", "Features", "Volumes",
}
return cols
}
Expand Down

0 comments on commit dd78542

Please sign in to comment.