Documentation
¶
Overview ¶
Copyright 2025 PRAS
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SetupCmd = &cobra.Command{ Use: "setup", Short: "Setup development environment", Long: "Install plasmoidviewer and other development dependencies.", Run: func(cmd *cobra.Command, args []string) { if err := utilsInstallDependencies(); err != nil { color.Red("Failed to install dependencies: %v", err) return } }, }
SetupCmd represents the setup command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.