Add getter for cmd line args & align channel names in log

This commit is contained in:
Alexey Rybalchenko
2018-06-01 15:23:44 +02:00
committed by Mohammad Al-Turany
parent 8b88e67360
commit 2894af803b
4 changed files with 17 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ auto DeviceRunner::Run() -> int
return 1;
}
fDevice->SetRawCmdLineArgs(fRawCmdLineArgs);
// Handle --print-channels
fDevice->RegisterChannelEndpoints();
if (fConfig.Count("print-channels"))