Hi, I get into an issue with newtmgr installation (go install) with go 1.6.3 on Windows & Ubuntu and OSX.
# mynewt.apache.org/newt/newtmgr/cli go\src\mynewt.apache.org\newt\newtmgr\cli\commands.go:45: cmd.Help undefined (type *cobra.Command has no field or method Help) go\src\mynewt.apache.org\newt\newtmgr\cli\connprofile.go:125: cmd.Help undefined (type *cobra.Command has no field or method Help) go\src\mynewt.apache.org\newt\newtmgr\cli\image.go:404: cmd.Help undefined (type *cobra.Command has no field or method Help) go\src\mynewt.apache.org\newt\newtmgr\cli\logs.go:196: cmd.Help undefined (type *cobra.Command has no field or method Help) go\src\mynewt.apache.org\newt\newtmgr\cli\usage.go:38: cmd.Help undefined (type *cobra.Command has no field or method Help) I had to manually comment out those lines cmd.Help() to get the installation going. Is there any chance that you guy miss a file or two. I may miss something as well. Best regards, Ha Thach
