X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=internal%2Fcli%2Froot.go;h=502c42bd34c4b2a9d0e5162034ec007026213609;hb=6f724aa3950cdc01246351644348fdc0f6e9ca4a;hp=c5cf5ac9f93796455ff5a0b7f2618f33cdb1f74c;hpb=273d032db02901dba8deeb692f92ed2366dc6ee5;p=ric-plt%2Fsdlgo.git diff --git a/internal/cli/root.go b/internal/cli/root.go index c5cf5ac..502c42b 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -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() }, } }