fables-tales/rubyfmt

Running `rubyfmt` with no args hangs

Closed this issue · 1 comments

If you run rubyfmt, it just hangs there and appears to be trapping ctrl c and not exiting:

image

My expectation was that it would print out help when no arguments are passed. If that's not desired behavior, fixing ctrl c would be great so exiting is possible without doing a kill -9. Thanks!

reese commented

Fixing this in #376 -- it doesn't fix the signal handling bits, but I'll leave that to be fixed as part of #322.