Skip to content

Commit 8d7b6bb

Browse files
committed
Add comment about GetDefaultCliConfigPath function
1 parent 4bf4954 commit 8d7b6bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: utils/path.go

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var (
1212
getGOOS = runtime.GOOS
1313
)
1414

15+
// GetDefaultCliConfigPath returns the default path for the ArduinoCLI configuration file.
1516
func GetDefaultCliConfigPath() string {
1617
if user, _ := userCurrent(); user != nil {
1718
candidate := path.Join(user.HomeDir, func() string {

0 commit comments

Comments
 (0)