package
1.2.0
Repository: https://github.com/arduino/arduino-cli.git
Documentation: pkg.go.dev

# Functions

GetList returns a list of installed libraries.
List gets and prints a list of installed libraries.
NewCommand created a new `lib` command.
ParseLibraryReferenceArg parse a command line argument that reference a library in the form "LibName@Version" or just "LibName".
ParseLibraryReferenceArgAndAdjustCase parse a command line argument that reference a library and possibly adjust the case of the name to match a library in the index.
ParseLibraryReferenceArgs is a convenient wrapper that operates on a slice of strings and calls ParseLibraryReferenceArg for each of them.
ParseLibraryReferenceArgsAndAdjustCase is a convenient wrapper that operates on a slice of strings and calls ParseLibraryReferenceArgAndAdjustCase for each of them.
UpdateIndex updates the index of libraries.
Upgrade upgrades the specified libraries.

# Structs

LibraryReferenceArg is a command line argument that reference a library.