2014-09-06 13:44:45 +03:00
|
|
|
.. _cmd_lib_uninstall:
|
|
|
|
|
|
|
|
platformio lib uninstall
|
|
|
|
========================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
2014-10-19 00:14:11 +03:00
|
|
|
platformio lib uninstall ID
|
2014-09-06 13:44:45 +03:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Uninstall specified library
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
2014-12-30 23:22:42 +02:00
|
|
|
# XBee: http://platformio.org/#!/lib/show/6/XBee
|
2014-10-19 00:14:11 +03:00
|
|
|
$ platformio lib uninstall 6
|
2014-10-22 23:52:17 +03:00
|
|
|
# The library #6 'XBee' has been successfully uninstalled!
|