add cmd-arguments-section
This commit is contained in:
parent
b1fe62edae
commit
abf03d2fc7
15
README.md
15
README.md
|
@ -13,6 +13,21 @@ Run `tsstats.py` and point your web-server to the generated .html-file, now you
|
||||||
- Install testing-requirements `pip3 install -r testing_requirements.txt`
|
- Install testing-requirements `pip3 install -r testing_requirements.txt`
|
||||||
- Run `nosetests`
|
- Run `nosetests`
|
||||||
|
|
||||||
|
# CMD-Arguments
|
||||||
|
```
|
||||||
|
usage: tsstats.py [-h] [--config CONFIG] [--idmap IDMAP] [--debug]
|
||||||
|
[--debugfile]
|
||||||
|
|
||||||
|
A simple Teamspeak stats-generator - based on server-logs
|
||||||
|
|
||||||
|
optional arguments:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
--config CONFIG path to config
|
||||||
|
--idmap IDMAP path to id_map
|
||||||
|
--debug debug mode
|
||||||
|
--debugfile write debug-log to file
|
||||||
|
```
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
###Configname
|
###Configname
|
||||||
|
|
Loading…
Reference in New Issue