Added and removed a command

Added init command, removed domain command.
This commit is contained in:
perp 2023-08-12 00:20:59 +01:00
parent fd09769dd2
commit 433a0c3f64

View File

@ -36,9 +36,9 @@ func init() {
// Add commands // Add commands
rootCmd.AddCommand(countCmd) rootCmd.AddCommand(countCmd)
rootCmd.AddCommand(domainCmd)
rootCmd.AddCommand(hostCmd) rootCmd.AddCommand(hostCmd)
rootCmd.AddCommand(infoCmd) rootCmd.AddCommand(infoCmd)
rootCmd.AddCommand(initCmd)
rootCmd.AddCommand(myIPCmd) rootCmd.AddCommand(myIPCmd)
rootCmd.AddCommand(searchCmd) rootCmd.AddCommand(searchCmd)
rootCmd.AddCommand(statsCmd) rootCmd.AddCommand(statsCmd)