Merge pull request #352 from asymmetric/patch-2

Explain `ls-remote --format` option
This commit is contained in:
Jorge Bucaran 2016-11-20 10:11:53 +09:00
commit 5382b3ae7d
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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.
```