Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
Add cache clean command#560
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
howjmay commentedJan 18, 2020
I should appending test case in this PR right? |
f31958e toc8b1d9bCompareUh oh!
There was an error while loading.Please reload this page.
howjmay commentedJan 30, 2020
Fixed it |
Add command `cache clean` to clean the cache filesdepending on the loaction of the caching filesunder different OS.
Clean cache files with command `arduino-cli cache clean`.
masci left a comment
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.
Test failures are unrelated.
I've simplified a bit the logic of the tests leveraging pytest fixtures, other than that LGTM!
Add command
cache cleanto clean the cache filesdepending on the loaction of the caching files
under different OS.
Relates#285