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