Explain ls-remote --format option

Add example of using `ls-remote --format` to display additional info about available plugins.
This commit is contained in:
Lorenzo Manacorda 2016-11-19 17:08:44 +01:00 committed by Jorge Bucaran
parent 1627ab8a21
commit 8e57d3744d

View file

@ -84,6 +84,12 @@ Show everything that's available.
fisher ls-remote
```
Show additional information about available plugins:
```
fisher ls-remote --format="%name(%stars): %info [%url]\n"
```
Update everything.
```