From df1b82ac2003caff8be52288e44cbcb2675db109 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 9 Apr 2015 15:34:34 +0200 Subject: [PATCH] CLI: library manager, man page updated --- build/shared/manpage.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/shared/manpage.adoc b/build/shared/manpage.adoc index 719e028e1..4572c5480 100644 --- a/build/shared/manpage.adoc +++ b/build/shared/manpage.adoc @@ -31,7 +31,7 @@ SYNOPSIS *arduino* [*--install-boards* __package name__:__platform architecture__[:__version__]] -*arduino* [*--install-library* __library name__[:__version__]] +*arduino* [*--install-library* __library name__[:__version__][,__library name__[:__version__],__library name__[:__version__]] DESCRIPTION ----------- @@ -73,6 +73,7 @@ ACTIONS *--install-library* __library name__[:__version__]:: Fetches available libraries list and install the specified one. If __version__ is omitted, the latest is installed. If a library with the same version is already installed, nothing is installed and program exits with exit code 1. If a library with a different version is already installed, it's replaced. + Multiple libraries can be specified, separated by a comma. OPTIONS ------- @@ -259,6 +260,10 @@ Install Bridge library version 1.0.0 arduino --install-library "Bridge:1.0.0" +Install Bridge and Servo libraries + + arduino --install-library "Bridge:1.0.0,Servo:1.2.0" + HISTORY ------- 1.5.2::