unlink

package
v0.0.0-...-bab46ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmd

func NewCmd(f *cmdutil.Factory) *cobra.Command

func NewCobraCmd

func NewCobraCmd(unlink *UnlinkCmd, f *cmdutil.Factory) *cobra.Command

Types

type UnlinkCmd

type UnlinkCmd struct {
	ShouldClean func(f *cmdutil.Factory) bool
	Clean       func(f *cmdutil.Factory, cmd *UnlinkCmd) error
	IsDirEmpty  func(dirpath string) (bool, error)
	CleanDir    func(dirpath string) error
	F           *cmdutil.Factory
}

func NewUnlinkCmd

func NewUnlinkCmd(f *cmdutil.Factory) *UnlinkCmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL