forked from platformio/platformio-core
32 lines
534 B
ReStructuredText
32 lines
534 B
ReStructuredText
.. _cmd_lib_uninstall:
|
|
|
|
platformio lib uninstall
|
|
========================
|
|
|
|
.. contents::
|
|
|
|
Usage
|
|
-----
|
|
|
|
.. code-block:: bash
|
|
|
|
platformio lib uninstall NAME
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
Uninstall specified library
|
|
|
|
|
|
Examples
|
|
--------
|
|
|
|
.. code-block:: bash
|
|
|
|
$ platformio lib install Arduino-IRremote
|
|
Installing Arduino-IRremote library:
|
|
Downloading [####################################] 100%
|
|
Unpacking [####################################] 100%
|
|
The library 'Arduino-IRremote' has been successfully installed!
|