We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87441dd commit 6281ce7Copy full SHA for 6281ce7
internal/cli/config/set.go
@@ -54,7 +54,7 @@ func runSetCommand(ctx context.Context, srv rpc.ArduinoCoreServiceServer, args [
54
req := &rpc.SettingsSetValueRequest{
55
Key: args[0],
56
}
57
- if len(args) == 1 {
+ if len(args) == 2 {
58
// Single value
59
req.EncodedValue = args[1]
60
req.ValueFormat = "cli"
0 commit comments