Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "wgcf", Short: "WireGuard Cloudflare Warp utility", Long: FormatMessage("", ` wgcf is a utility for Cloudflare Warp that allows you to create and manage accounts, assign license keys, and generate WireGuard profiles. Made by Victor (@ViRb3). Project website: https://github.com/ViRb3/wgcf`), Run: func(cmd *cobra.Command, args []string) { if err := cmd.Help(); err != nil { log.Fatal(util.GetErrorMessage(err)) } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.