First commit

This commit is contained in:
Ben 2025-07-26 22:38:03 -07:00
commit 902f6513ff
Signed by: webmaster
GPG key ID: A5FCBAF34E6E8B50
8 changed files with 130 additions and 0 deletions

8
args/readme.md Normal file
View file

@ -0,0 +1,8 @@
# Args - Signal-CLI HTTP
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")
```