ReconfigureIO / reco

A command line tool for interacting with Reconfigure.io services
Apache License 2.0
6 stars 3 forks source link

break genLogSubcommand down for each command #15

Closed CampGareth closed 6 years ago

CampGareth commented 6 years ago

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.