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 see this too, calling b4 send --dry-run writes to stderr. The stderr is overwriting less and when you try to scroll less refreshes the screen. You'd need to b4 send --dry-run 2>&1 | less. However it would probably be a good idea for --dry-run to print to stdout.
Not sure what's going on here but when i pipe the output of
b4 send --dry-run
to less and try to scroll, the page goes blankThe text was updated successfully, but these errors were encountered: