Skip to content

Commit 5008445

Browse files
Add online help field to the output of core search --format json
1 parent 9e2f38e commit 5008445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: commands/core.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func PlatformReleaseToRPC(platformRelease *cores.PlatformRelease) *rpc.Platform
5656
Maintainer: platformRelease.Platform.Package.Maintainer,
5757
Website: platformRelease.Platform.Package.WebsiteURL,
5858
Email: platformRelease.Platform.Package.Email,
59+
Help: &rpc.Online{Online: platformRelease.Platform.Package.Help.Online},
5960
Boards: boards,
6061
Latest: platformRelease.Version.String(),
6162
ManuallyInstalled: platformRelease.Platform.ManuallyInstalled,

0 commit comments

Comments
 (0)