fix(s7-cli): restore OnDataChange CliFx-console rationale comment #443

Merged
dohertj2 merged 1 commits from fix/s7cli-restore-console-rationale-comment into master 2026-07-14 14:49:28 -04:00
@@ -50,6 +50,8 @@ public sealed class SubscribeCommand : S7CommandBase
{
await driver.InitializeAsync("{}", ct);
// Route every data-change event to the CliFx console (not System.Console — the
// analyzer flags it + IConsole is the testable abstraction).
driver.OnDataChange += (_, e) =>
{
var line = $"[{DateTime.UtcNow:HH:mm:ss.fff}] " +