Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "install", Short: "Install the active profile", Long: "Clones all repositories defined in the active profile to their specified paths. If a repository already exists, it will be skipped. Repositories are cloned concurrently for better performance.", Args: cobra.NoArgs, Run: func(cmd *cobra.Command, args []string) { if err := raid.Install(maxThreads); err != nil { log.Fatalf("Installation failed: %v\n", err) } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.