Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error instead of blocking on (some) incorrect usage #45

Open
achalddave opened this issue Dec 16, 2015 · 0 comments
Open

Error instead of blocking on (some) incorrect usage #45

achalddave opened this issue Dec 16, 2015 · 0 comments

Comments

@achalddave
Copy link

I was trying to parse a large file, and was very surprised to find that underscore was taking so long to return results on the file. It turns out underscore was actually not doing anything, since I hadn't written the command correctly. Specifically:

underscore keys [filename]

just blocks without any errors, while

underscore keys <filename

is the correct incantation. It would be nice if the former reported an error...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant