mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 17:40:57 +02:00
24 lines
329 B
ReStructuredText
24 lines
329 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_register
|
|
cmd_search
|
|
cmd_show
|
|
cmd_uninstall
|
|
cmd_update
|