Core search command fails with uppercase framework #710
Labels
conclusion: resolved
Issue was resolved
topic: CLI
Related to the command line interface
type: imperfection
Perceived defect in any part of project
Bug Report
Current behavior
executing
arduino-cli.exe core search STM32
fails even if framework is already installed.The search always fails due to the search code which put in lowercase :
arduino-cli/cli/core/search.go
Line 58 in ebc28e1
Expected behavior
Searching (e.g. 'STM32' for STM32duino) framework should return the expected framework with all supported version
Environment
windows 10 x64 build 18363
--- EDIT ---
Even after rebuilding a new version without the
strings.ToLower
it doesn't seem to work as expected.Not sure about the behavior of this command...
The text was updated successfully, but these errors were encountered: