Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemoveOptions ¶
type RemoveOptions struct { Output string `long:"output" short:"o" usage:"Set output format. Options: table,yaml,json,list" default:"table"` All bool `long:"all" short:"a" usage:"Remove all instances"` Stopped bool `long:"stopped" short:"s" usage:"Remove all stopped instances"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.