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
Right now, --username and --password are separate arguments that don't work without each other. Why not combine them into a single password? You can only have one username, so what's the point of even having them? If anyone wants, they can use a colon to separate the username and password. Also, no error is thrown if you only pass in one of them, which is confusing and actually tripped me up for a second a couple of months ago
The text was updated successfully, but these errors were encountered:
Alright! Haven't really looked into the standards. What do you think about throwing an error if only one of them is passed in?
No worries! I agree with that! That validation is actually missing!
EstebanBorai
changed the title
[Issue Report] username and password are separate arguments
[Issue Report] Error when either username/password is used but its counterpart is missing
Mar 2, 2024
Right now,
--username
and--password
are separate arguments that don't work without each other. Why not combine them into a single password? You can only have one username, so what's the point of even having them? If anyone wants, they can use a colon to separate the username and password. Also, no error is thrown if you only pass in one of them, which is confusing and actually tripped me up for a second a couple of months agoThe text was updated successfully, but these errors were encountered: