Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDeps ¶
Types ¶
type DepsOptions ¶
type DepsOptions struct { Direct string Focus []string Only string Ignore []string // contains filtered or unexported fields }
func NewDepsOptions ¶
func NewDepsOptions() *DepsOptions
func (*DepsOptions) Complete ¶
func (o *DepsOptions) Complete(args []string)
func (*DepsOptions) Run ¶
func (o *DepsOptions) Run() (err error)
func (*DepsOptions) Validate ¶
func (o *DepsOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.