We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf4954 commit 8d7b6bbCopy full SHA for 8d7b6bb
utils/path.go
@@ -12,6 +12,7 @@ var (
12
getGOOS = runtime.GOOS
13
)
14
15
+// GetDefaultCliConfigPath returns the default path for the ArduinoCLI configuration file.
16
func GetDefaultCliConfigPath() string {
17
if user, _ := userCurrent(); user != nil {
18
candidate := path.Join(user.HomeDir, func() string {
0 commit comments