cli: add documentation for list

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2024-02-06 14:48:04 +00:00
parent b1a1621b4c
commit 98053efd51

View File

@@ -42,6 +42,7 @@ All data will be persisted in application directory (default `~/.gitpear`). To c
* `git pear share <path>` - makes repository sharable
* `git pear unshare <path>` - stop sharing repository
* `git pear list [-s, --shared]` - list all or (only shared) repositories
* `git pear list <url>` - list repositories of a peer
### ACL (for authenticated access to enable support of PUSH)