jcrowgey/x5092json

x5092json hangs when there's no --in arg and nothing coming in on stdin

Closed this issue · 1 comments

Currently the command line tool looks for data on stdin when there's no --in arg indicating a file to be read. But, if there's nothing on stdin, the program just blocks and waits for input. That's not very nice. We should exit with a usage message instead.

fixed in ba3efb6