From adac86f4abb8c917da39313acfdff16a89f453fe Mon Sep 17 00:00:00 2001 From: darmiel <71837281+darmiel@users.noreply.github.com> Date: Mon, 29 Mar 2021 15:42:42 +0200 Subject: [PATCH] Updated README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 55f5099..d83e81c 100644 --- a/README.md +++ b/README.md @@ -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") ``` \ No newline at end of file