X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=internal%2Fcli%2Froot.go;fp=internal%2Fcli%2Froot.go;h=502c42bd34c4b2a9d0e5162034ec007026213609;hb=7223d7d3c1b72585c0c991ae30472a57359020e4;hp=c5cf5ac9f93796455ff5a0b7f2618f33cdb1f74c;hpb=277f322e53bb123783c0945a78a263ca79c5dd2a;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() }, } }