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

alsdkjf

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