Updated README.md

This commit is contained in:
darmiel 2021-03-29 15:42:42 +02:00
parent fe5a000550
commit adac86f4ab

View file

@ -80,4 +80,24 @@ Global Flags:
--config string config file (default is $HOME/.yaxc.yaml)
--server string URL of API-Server
```
## Client
### Watch
```bash
Watch Clipboard
Usage:
yaxc watch [flags]
Flags:
-a, --anywhere string Path (Anywhere)
-h, --help help for watch
--ignore-client Ignore Client Updates
--ignore-server Ignore Server Updates
-s, --passphrase string Encryption Key
Global Flags:
--config string config file (default is $HOME/.yaxc.yaml)
--server string URL of API-Server (default "https://yaxc.d2a.io")
```