Finally functional
This commit is contained in:
parent
be8936a665
commit
b673c640e4
12 changed files with 261 additions and 113 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue