Skip to content

Core search command fails with uppercase framework #710

Closed
@jmchiappa

Description

@jmchiappa

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 :

arguments := strings.ToLower(strings.Join(args, " "))

Expected behavior

Searching (e.g. 'STM32' for STM32duino) framework should return the expected framework with all supported version

Environment

  • CLI version : arduino-cli.exe Version: 0.10.0 Commit: ec5c3ed
  • OS and platform:
    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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions