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 run totp through a simple wrapper, and I realized that while it does print to stderr when there are problems, it seemingly always returns exit status 0/success.
At a quick glance through the code, I think I see why this wasn't done, but it would be nice if it could support expected shell behavior.
The text was updated successfully, but these errors were encountered:
I was trying to run totp through a simple wrapper, and I realized that while it does print to stderr when there are problems, it seemingly always returns exit status 0/success.
At a quick glance through the code, I think I see why this wasn't done, but it would be nice if it could support expected shell behavior.
The text was updated successfully, but these errors were encountered: