Skip to content

Commit 9e2f38e

Browse files
Add online help field to rpc platform
1 parent f850706 commit 9e2f38e

File tree

2 files changed

+121
-33
lines changed

2 files changed

+121
-33
lines changed

Diff for: rpc/cc/arduino/cli/commands/v1/common.pb.go

+112-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rpc/cc/arduino/cli/commands/v1/common.proto

+9
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ message Platform {
9999
bool deprecated = 10;
100100
// Type of the platform.
101101
repeated string type = 11;
102+
// A URL provided by the author of the platform's package, intended to point
103+
// to their online help service.
104+
Online help = 12;
102105
}
103106

104107
message InstalledPlatformReference {
@@ -126,3 +129,9 @@ message Profile {
126129
// FQBN specified in the profile.
127130
string fqbn = 2;
128131
}
132+
133+
message Online {
134+
// A URL provided by the author of the platform's package, intended to point
135+
// to their online help service.
136+
string online = 1;
137+
}

0 commit comments

Comments
 (0)