timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

print detailed help to stdout #53

Open timabell opened 12 years ago

timabell commented 12 years ago

currently simpleJsap prints it to stderr which is a pain as you can't easily pipe it into "less" will probably mean switching to the more complicated implementation of Jsap.

workaround, redirect stderr to stdout:

java -jar dist/sqlHawk.jar --help 2>&1 | less

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.