jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
776 stars 224 forks source link

Reject positional CLI arguments #82

Closed mark-rushakoff closed 5 years ago

mark-rushakoff commented 5 years ago

My team spent a bit of time debugging a mistake where we forgot to redirect output to a file. The command looked valid and exited 0. This change causes the program to fail if provided with any positional arguments.

jstemmer commented 5 years ago

Thanks!