We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ed1c1ba commit f529a29Copy full SHA for f529a29
cli/upload/upload.go
@@ -68,21 +68,6 @@ func run(command *cobra.Command, args []string) {
68
os.Exit(errorcodes.ErrGeneric)
69
}
70
71
- if programmer == "list" {
72
- resp, err := upload.ListProgrammersAvailableForUpload(context.Background(), &rpc.ListProgrammersAvailableForUploadReq{
73
- Instance: instance,
74
- Fqbn: fqbn,
75
- })
76
- if err != nil {
77
- feedback.Errorf("Error listing programmers: %v", err)
78
- os.Exit(errorcodes.ErrGeneric)
79
- }
80
- feedback.PrintResult(&programmersList{
81
- Programmers: resp.GetProgrammers(),
82
83
- os.Exit(0)
84
85
-
86
var path *paths.Path
87
if len(args) > 0 {
88
path = paths.New(args[0])
0 commit comments