Server tools to backfill, tail, mirror, and verify PLC logs

sure put all the args

+3 -3
+3 -3
readme.md
··· 10 10 - Wrap the reference PLC server and run it as a mirror: 11 11 12 12 ```bash 13 - allegedly mirror \ 14 - --bind 0.0.0.0:8000 \ 15 - --wrap http://127.0.0.1:3000 \ 13 + allegedly --upstream "https://plc.directory" mirror \ 14 + --bind "0.0.0.0:8000" \ 15 + --wrap "http://127.0.0.1:3000" \ 16 16 --wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres" 17 17 ``` 18 18