lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

Output --help to STDOUT #697

Open alerque opened 1 year ago

alerque commented 1 year ago

Currently the output of --help is directed to STDERR which is wrong per GNU guidelines and quite annoying when trying to look for something. One has to redirect 2>&1 before greping or paging the output.

TheMagician23 commented 7 months ago

This issue should be fixed by https://github.com/lunarmodules/busted/pull/732 if accepted.