MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 122 forks source link

Update reporter usage w/ missing reporter #49

Closed mariozig closed 4 years ago

mariozig commented 4 years ago

A few months ago i added a new reporter: https://github.com/spotify/XCLogParser/pull/27

Unfortunately i forgot to update the reporter's help text! This PR just updates the usage description for the --reporter option.

Thanks!

ecamacho commented 4 years ago

@mariozig thank you! I noticed this the other day because I'm using your reporter in some scripts and I couldn't find the help about it. I had to dig in the code.

mariozig commented 4 years ago

Ewww code! hahah

Thanks for approving. Is this something you'd cut another release for or just keep in the queue? Asking bc i want to make sure i update https://github.com/mariozig/homebrew-public/commit/88ba90b53ddd2a3d904f4ac11ce3e927b2270ab5 if a new version is coming.