is there docs for testclient?
when I run ./testclient it reads (/etc/eventstore/eventstore.conf) and fails on bad options because those options are not intended for testclient:
Error while parsing options:
The option RunProjections is not a known option
when i comment all the lines in (/etc/eventstore/eventstore.conf) it fails on:
Exiting with exit code: 1.
Exit reason: Cannot cast from source type to destination type.
so…there is docs somewhere?