Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGCCmd ¶ added in v0.12.0
func NewGCCmd(o *GCOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
func NewListCmd ¶
func NewListCmd(o *ListOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Command
Types ¶
type AppChangesTable ¶ added in v0.12.0
func (AppChangesTable) Print ¶ added in v0.12.0
func (t AppChangesTable) Print(ui ui.UI)
type GCOptions ¶ added in v0.12.0
type GCOptions struct { AppFlags cmdapp.AppFlags Max int // contains filtered or unexported fields }
func NewGCOptions ¶ added in v0.12.0
type ListOptions ¶
func NewListOptions ¶
func NewListOptions(ui ui.UI, depsFactory cmdcore.DepsFactory, logger logger.Logger) *ListOptions
func (*ListOptions) Run ¶
func (o *ListOptions) Run() error
Click to show internal directories.
Click to hide internal directories.