···1616enum Commands {
1717 /// Poll an upstream PLC server and log new ops to stdout
1818 Tail {
1919- /// Begin replay from a specific timestamp
1919+ /// Begin tailing from a specific timestamp for replay or wait-until
2020 #[arg(short, long)]
2121 after: Option<Dt>,
2222 },