Closed
Description
Bug Report
Current behavior
I am not sure if this is a bug, but the CLI has a different default data directory location than the one the Arduino editor uses.
For the CLI, it is ardunio15
:
arduino-cli/configs/directories.go
Line 47 in 296c872
In case of the editor, it is Arduino15
:
https://github.com/arduino/Arduino/blob/fb9ce0ade323f6f36793f29d615db1272d184ba4/arduino-core/src/processing/app/macosx/Platform.java#L80
Expected behavior
Environment
- CLI version (output of
arduino-cli version
): - Go version (if building from sources):
go version go1.12.6 darwin/amd64
- OS version:
macOS 10.14.4 (18E226)
.