-
-
Notifications
You must be signed in to change notification settings - Fork 423
[skip changelog] Make library location priority documentation more relevant to Arduino CLI #732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[skip changelog] Make library location priority documentation more relevant to Arduino CLI #732
Conversation
...levant to Arduino CLI This section of the documentation was written with a focus on the Arduino IDE, and thus was not very friendly to Arduino CLI users.
itsayellow
commented
May 31, 2020
Thank you for this PR!
I'm wondering if you could document also how to find Arduino CLI's user directory. It wasn't obvious to me that you find that by executing arduino-cli config dump
and then looking at directories:
, user
. (And I really tried to figure out where arduino-cli
thought of as home base.)
I'm wondering if you could document also how to find Arduino CLI's user directory.
I do have this on my "to do" list, but it's not yet clear in my mind what is the best way to do it.
Since that work is only very loosely related to the change made in this PR, it's more appropriate for it to be done in a separate PR.
itsayellow
commented
May 31, 2020
Ok, then I like this PR, it helps clarify very well!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔎 📖
...levant to Arduino CLI (#732) This section of the documentation was written with a focus on the Arduino IDE, and thus was not very friendly to Arduino CLI users.
Uh oh!
There was an error while loading. Please reload this page.
Please check if the PR fulfills these requirements
Make the library dependency resolution location priority section of the sketch build process documentation more relevant to Arduino CLI.
This section of the documentation was written with a focus on the Arduino IDE, and thus was not very friendly to Arduino CLI users.
The documentation is more relevant to the Arduino CLI.
No.
Fixes (partially) Document library search paths #713
@itsayellow I welcome your feedback on this change.