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
When blocking multiple users at once (e.g. cat-ing a list and using xargs), t will fail to block any users listed after a nonexistent or suspended user.
For example: t block User1 NonexistentUser User2
In this case, t will block User1 but will return a Sorry, that page does not exist error for NonexistentUser and exit. User2 will not be blocked.
It would be good if t handled this issue gracefully, preferably with a user friendly message (e.g. "Skipping user .")
The text was updated successfully, but these errors were encountered:
When blocking multiple users at once (e.g. cat-ing a list and using xargs), t will fail to block any users listed after a nonexistent or suspended user.
For example:
t block User1 NonexistentUser User2
In this case, t will block User1 but will return a
Sorry, that page does not exist
error for NonexistentUser and exit. User2 will not be blocked.It would be good if t handled this issue gracefully, preferably with a user friendly message (e.g. "Skipping user .")
The text was updated successfully, but these errors were encountered: