forked from platformio/platformio-core
23 lines
312 B
ReStructuredText
23 lines
312 B
ReStructuredText
![]() |
.. _userguide_lib:
|
||
|
|
||
|
Library Manager
|
||
|
===============
|
||
|
|
||
|
To print all available commands and options use:
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
$ platformio lib --help
|
||
|
$ platformio lib COMMAND --help
|
||
|
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
cmd_install
|
||
|
cmd_list
|
||
|
cmd_search
|
||
|
cmd_show
|
||
|
cmd_uninstall
|
||
|
cmd_update
|