Closed
Description
Bug Report
The name to use when installing or uninstalling libraries is inconsistent
Current behavior
Installing libraries work as intented. ie:
PS C:\Users\gaspa\Downloads> .\arduino-cli.exe lib install "LiquidCrystal I2C"
Downloading LiquidCrystal [email protected]...
LiquidCrystal [email protected] already downloaded
Installing LiquidCrystal [email protected]...
Installed LiquidCrystal [email protected]
But trying to remove the library using the name used when installing, does not always remove the library.
PS C:\Users\gaspa\Downloads> .\arduino-cli.exe lib uninstall "LiquidCrystal I2C"
Library LiquidCrystal I2C is not installed
In this case I had to replace the space with a _
PS C:\Users\gaspa\Downloads> .\arduino-cli.exe lib uninstall "LiquidCrystal_I2C"
Uninstalling [email protected]...
Expected behavior
The libraries should be installed and uninstalled using the same name
Environment
CLI version
PS C:\Users\gaspa\Downloads> .\arduino-cli.exe version
arduino-cli.exe Version: 0.4.0 Commit: =98b7be9
OS/Platform
Windows 10 Pro build 1903
Metadata
Metadata
Assignees
Labels
No labels