You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Camelot runCommand() in cmd argument of param --format is hardcoded as csv. I changed it to $this->getFormat() and everything works just fine. Dunno if I'm right, but you can fix this if I actually am.