Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { ui.UI Help bool `flag:"help"` Version bool `flag:"version"` Verbose bool `flag:"verbose"` Out string `flag:"out"` Name string `flag:"name"` Debug bool `flag:"debug"` // contains filtered or unexported fields }
Command represents the "emerge" command and its associated flags.
Click to show internal directories.
Click to hide internal directories.