We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
arduino-cli lib search lists all libraries in the index. However, arduino-cli core search does not mirror this behavior:
arduino-cli lib search
arduino-cli core search
Error: requires at least 1 arg(s), only received 0 Usage: arduino-cli core search <keywords...> [flags]
arduino-cli core search should be consistent with the arduino-cli lib search interface
The text was updated successfully, but these errors were encountered:
I am the newcomer of this project. May I take this issue?
Sorry, something went wrong.
@howjmay sure thing, go for it!
Successfully merging a pull request may close this issue.
Current behavior
arduino-cli lib search
lists all libraries in the index. However,arduino-cli core search
does not mirror this behavior:Expected behavior
arduino-cli core search
should be consistent with thearduino-cli lib search
interfaceEnvironment
The text was updated successfully, but these errors were encountered: