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

alsdkjf

+1 -1
+1 -1
src/bin/main.rs
··· 16 enum Commands { 17 /// Poll an upstream PLC server and log new ops to stdout 18 Tail { 19 - /// Begin replay from a specific timestamp 20 #[arg(short, long)] 21 after: Option<Dt>, 22 },
··· 16 enum Commands { 17 /// Poll an upstream PLC server and log new ops to stdout 18 Tail { 19 + /// Begin tailing from a specific timestamp for replay or wait-until 20 #[arg(short, long)] 21 after: Option<Dt>, 22 },