uninstaller

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UninstallCmd = climax.Command{
	Name:  "uninstall",
	Brief: "Removes the executable from $GOPATh/bin",
	Help:  "Removes the executable from $GOPATh/bin",
	Handle: func(_ climax.Context) int {

		tool := uninstaller.Uninstaller{}

		executor := internal.NewExecutor("")
		return executor.RunTool(tool, true)

	},
}

UninstallCmd implements the uninstall command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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