Show help when no sdlcli arguments
[ric-plt/sdlgo.git] / internal / cli / root.go
index c5cf5ac..502c42b 100644 (file)
@@ -36,6 +36,7 @@ func newRootCmd() *cobra.Command {
                Short: "Shared Data Layer (SDL) troubleshooting command line tool",
                Long:  `Shared Data Layer (SDL) troubleshooting command line tool`,
                Run: func(cmd *cobra.Command, args []string) {
+                       cmd.Help()
                },
        }
 }