Documentation ¶
Overview ¶
Package compose provides infrastructure for interfacing wth Compose.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct {
// contains filtered or unexported fields
}
Flags stores top-level Compose flags.
func (*Flags) Reconstituted ¶
Reconstituted constructs a representation of the flags suitable for parsing by their native command. It requires access to the flag set with which its flags were registered so that it can determine which were set. If any of the flags registered with the flag set have been removed, this method will panic.
Click to show internal directories.
Click to hide internal directories.