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
passwd=click.prompt(
"Password for %s"%user, hide_input=True, show_default=False, type=str
)
So, the change would not be a major one but the helpfulness of this change would be.
Motivation
Usually user names are different for each environment (or at least should be) thus showing a user name in password prompt gives some extra confidence but also gives an easier way to trigger something based on what is written on terminal.
The text was updated successfully, but these errors were encountered:
Description
It would be helpful to have a user name in a password prompt similarly as
pgcli
does, for example.In
mycli
the code creating a prompt is:whereas in
pgcli
the prompt is created like this:So, the change would not be a major one but the helpfulness of this change would be.
Motivation
Usually user names are different for each environment (or at least should be) thus showing a user name in password prompt gives some extra confidence but also gives an easier way to trigger something based on what is written on terminal.
The text was updated successfully, but these errors were encountered: