15 lines
304 B
Markdown
15 lines
304 B
Markdown
## clipboard-sync
|
|
|
|
### CommandLineArgs
|
|
|
|
- `-t` Launch Type
|
|
- `s` Server
|
|
- `c` Client
|
|
- `-b` Bind Address (Server Only) Default `:8080`
|
|
- `-a` Server Address(Client Only) Default `http://127.0.0.1:8080`
|
|
|
|
### Server
|
|
./clipboard-sync -t s -b :8080
|
|
|
|
### Client
|
|
./clipboard-sync -a http://172.30.34.2:8080 |