We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
core search --format json
1 parent 9e2f38e commit 5008445Copy full SHA for 5008445
commands/core.go
@@ -56,6 +56,7 @@ func PlatformReleaseToRPC(platformRelease *cores.PlatformRelease) *rpc.Platform
56
Maintainer: platformRelease.Platform.Package.Maintainer,
57
Website: platformRelease.Platform.Package.WebsiteURL,
58
Email: platformRelease.Platform.Package.Email,
59
+ Help: &rpc.Online{Online: platformRelease.Platform.Package.Help.Online},
60
Boards: boards,
61
Latest: platformRelease.Version.String(),
62
ManuallyInstalled: platformRelease.Platform.ManuallyInstalled,
0 commit comments