Finally functional

This commit is contained in:
Ben 2025-07-28 22:35:06 -07:00
parent be8936a665
commit b673c640e4
Signed by: webmaster
GPG key ID: A5FCBAF34E6E8B50
12 changed files with 261 additions and 113 deletions

View file

@ -3,6 +3,12 @@
This module handles command line arguments. A list follows. You can also pass through -h for this list.
```
-conf string
Config file to read from (default "./config.txt")
```
-auth string
Authorization file to read from (default "./auth.json")
-binary string
Location of the signal-cli binary. (default "/usr/local/bin/signal-cli")
-port int
Port number to bind to (default 11938)
```
Note: the `dummy,py` python file echoes back a valid JSON with just the "id" key in it, for every JSON sent to it with the "id" key. It's useful for testing things that don't need signal-cli specifically.