You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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:
just blocks without any errors, while
is the correct incantation. It would be nice if the former reported an error...
The text was updated successfully, but these errors were encountered: