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
Running erd -p doesnotexist anywhere prints Preparing output... and then just sits there forever, consuming no CPU. It also doesn't exit on a ^C. This can be worked around with a ^Z followed by a kill %1 but this leaves the terminal in a "cursor not visible" state, requiring an extra reset to get back to normal.
Running erg -p doesnotexist --no-progress immediately prints No entries to show with given arguments. and exits.
Expected:
erd -p doesnotexist should exit immediately.
Hitting ^C at any point during erd execution should work, and restore terminal settings.
The text was updated successfully, but these errors were encountered:
Running
erd -p doesnotexist
anywhere printsPreparing output...
and then just sits there forever, consuming no CPU. It also doesn't exit on a^C
. This can be worked around with a^Z
followed by akill %1
but this leaves the terminal in a "cursor not visible" state, requiring an extrareset
to get back to normal.Running
erg -p doesnotexist --no-progress
immediately printsNo entries to show with given arguments.
and exits.Expected:
erd -p doesnotexist
should exit immediately.^C
at any point duringerd
execution should work, and restore terminal settings.The text was updated successfully, but these errors were encountered: