Reco has been panicking recently when running reco sim log <ID>, this is caused by us passing the wrong magic strings to genLogSubcommand. With this PR we don't entirely fix the passing magic strings issue, but we set them per command and make it clear what they are.
Reco has been panicking recently when running
reco sim log <ID>
, this is caused by us passing the wrong magic strings to genLogSubcommand. With this PR we don't entirely fix the passing magic strings issue, but we set them per command and make it clear what they are.