diff --git a/cmd/shogo/commands/root.go b/cmd/shogo/commands/root.go index 774efa3..9e8932a 100644 --- a/cmd/shogo/commands/root.go +++ b/cmd/shogo/commands/root.go @@ -36,9 +36,9 @@ func init() { // Add commands rootCmd.AddCommand(countCmd) - rootCmd.AddCommand(domainCmd) rootCmd.AddCommand(hostCmd) rootCmd.AddCommand(infoCmd) + rootCmd.AddCommand(initCmd) rootCmd.AddCommand(myIPCmd) rootCmd.AddCommand(searchCmd) rootCmd.AddCommand(statsCmd)