We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8430ccd commit 748c7bfCopy full SHA for 748c7bf
commands/lib/download.go
@@ -32,7 +32,6 @@ var tr = i18n.Tr
32
33
// LibraryDownload executes the download of the library.
34
// A DownloadProgressCB callback function must be passed to monitor download progress.
35
-// queryParameter is passed for analysis purposes.
36
func LibraryDownload(ctx context.Context, req *rpc.LibraryDownloadRequest, downloadCB rpc.DownloadProgressCB) (*rpc.LibraryDownloadResponse, error) {
37
logrus.Info("Executing `arduino-cli lib download`")
38
0 commit comments