Documentation ¶ Index ¶ func NewCmd() *cobra.Command type DownOptions func (opts *DownOptions) Pre(cmd *cobra.Command, _ []string) error func (opts *DownOptions) Run(ctx context.Context, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd() *cobra.Command Types ¶ type DownOptions ¶ type DownOptions struct { RemoveOrphans bool `long:"remove-orphans" usage:"Remove machines for services not defined in the Compose file."` // contains filtered or unexported fields } func (*DownOptions) Pre ¶ func (opts *DownOptions) Pre(cmd *cobra.Command, _ []string) error func (*DownOptions) Run ¶ func (opts *DownOptions) Run(ctx context.Context, args []string) error Source Files ¶ View all Source files down.go Click to show internal directories. Click to hide internal directories.