We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd727cf commit 3620a0dCopy full SHA for 3620a0d
internal/cli/arguments/completion.go
@@ -82,7 +82,7 @@ func GetUninstallableCores(ctx context.Context, srv rpc.ArduinoCoreServiceServer
82
83
platforms, _ := srv.PlatformSearch(ctx, &rpc.PlatformSearchRequest{
84
Instance: inst,
85
- ManuallyInstalled: true,
+ ManuallyInstalled: false,
86
})
87
88
var res []string
0 commit comments