You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to generate the code for the sample manifest in sample/sample_manifest.json the code is well generated except for the object flag (themeCustomization).
Step to reproduce
Clone the repository
Build the cli
go build .
Run the command
./codegen generate go --package_name completion --flag_manifest_path=./sample/sample_manifest.json --output_path=./completion.go
When trying to generate the code for the sample manifest in
sample/sample_manifest.json
the code is well generated except for theobject
flag (themeCustomization
).Step to reproduce
go build .
The text was updated successfully, but these errors were encountered: