Skip to content

Commit 13ed3d0

Browse files
Update rpc/cc/arduino/cli/commands/v1/commands.proto
Co-authored-by: Alessio Perugini <[email protected]>
1 parent 56e3106 commit 13ed3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/cc/arduino/cli/commands/v1/commands.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ message ProfileSetDefaultResponse {}
505505
message ProfileDumpRequest {
506506
// Absolute path to Sketch folder.
507507
string sketch_path = 1;
508-
// The format of the dump.
508+
// The format of the dump (default is "json", allowed values are "json", and "yaml").
509509
string dump_format = 2;
510510
}
511511

0 commit comments

Comments
 (0)