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 89d5c79 commit fbb8d50Copy full SHA for fbb8d50
internal/cli/config/get.go
@@ -19,11 +19,11 @@ import (
19
"os"
20
"reflect"
21
22
- "github.com/arduino/arduino-cli/configuration"
+ "github.com/arduino/arduino-cli/internal/cli/configuration"
23
"github.com/arduino/arduino-cli/internal/cli/feedback"
24
"github.com/sirupsen/logrus"
25
"github.com/spf13/cobra"
26
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
27
)
28
29
func initGetCommand() *cobra.Command {
0 commit comments