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.
1 parent 56e3106 commit 13ed3d0Copy full SHA for 13ed3d0
rpc/cc/arduino/cli/commands/v1/commands.proto
@@ -505,7 +505,7 @@ message ProfileSetDefaultResponse {}
505
message ProfileDumpRequest {
506
// Absolute path to Sketch folder.
507
string sketch_path = 1;
508
- // The format of the dump.
+ // The format of the dump (default is "json", allowed values are "json", and "yaml").
509
string dump_format = 2;
510
}
511
0 commit comments