typeshare icon indicating copy to clipboard operation
typeshare copied to clipboard

Remove requirement of -go-package from typeshare with go feature

Open MOmarMiraj opened this issue 7 months ago • 0 comments

Currently the typeshare CLI with go feature enabled, doesn't allow the usage of package in typeshare.toml as the CLI requires the --go-package to be there. This MR will tackle that issue by not requiring the --go-package.

I also added a check to ensure that the package name is passed as this is a requirement in Golang.

I also added a UT for reading the package name from a typeshare.toml

MOmarMiraj avatar Jul 17 '24 00:07 MOmarMiraj