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.
Click to show internal directories.
Click to hide internal directories.