Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "clear-dns-cache-mac", Short: "Clear DNS Cache on Mac", Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { exec_utils.ExecOut("killall", "-HUP", "mDNSResponder") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.