Documentation
¶
Overview ¶
Copyright 2025 PRAS
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UninstallCmd = &cobra.Command{ Use: "uninstall", Short: "Uninstall plasmoid system-wide", Long: "Uninstall the plasmoid from the system directories.", Run: func(cmd *cobra.Command, args []string) { if !utilsIsValidPlasmoid() { color.Red("Current directory is not a valid plasmoid.") return } if err := UninstallPlasmoid(); err != nil { color.Red("Failed to uninstall plasmoid:", err) return } color.Green("Plasmoid uninstalled successfully") }, }
UninstallCmd represents the production command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.