···16enum 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 },
···16enum 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 },