Documentation ¶ Index ¶ func NewCmdPull(f factory.Factory) *cobra.Command type Options func (o *Options) Complete(f factory.Factory, cmd *cobra.Command, args []string) error func (o *Options) Run() error func (o *Options) Validate(args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdPull ¶ func NewCmdPull(f factory.Factory) *cobra.Command Types ¶ type Options ¶ type Options struct { // contains filtered or unexported fields } func (*Options) Complete ¶ func (o *Options) Complete(f factory.Factory, cmd *cobra.Command, args []string) error func (*Options) Run ¶ func (o *Options) Run() error func (*Options) Validate ¶ func (o *Options) Validate(args []string) error Source Files ¶ View all Source files pull.go Click to show internal directories. Click to hide internal directories.