Documentation
¶
Overview ¶
Copyright © 2025 PRAS
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnlinkCmd = &cobra.Command{ Use: "unlink", Short: "Unlink development plasmoid from the system", Long: "Remove the symlink linking the development plasmoid from the system directories.", Run: func(cmd *cobra.Command, args []string) { dest, err := utilsGetDevDest() if err != nil { fmt.Println(color.RedString(err.Error())) return } _ = osRemoveAll(dest) fmt.Println(color.GreenString("Plasmoid unlinked successfully.")) }, }
UnlinkCmd represents the unlink command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.