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
Currently, there only way to avoid prompts when running canasta create is to set the password the an empty value on the command line. I prefer making this explicit by adding a -r to the options so that we leave open the possibility of someone providing an empty password in the future.
Even if the decision is made to not allow empty passwords, explicitly requesting the creation of a random password is better than the implied behavior of creating a random password when you are given a blank one. (Note that I'm not addressing the interactive dialog where the user is explicitly told a random password will be created if an empty line is provided.)
The text was updated successfully, but these errors were encountered:
hexmode
added a commit
to hexmode/Canasta-CLI
that referenced
this issue
Sep 4, 2022
Currently, there only way to avoid prompts when running
canasta create
is to set the password the an empty value on the command line. I prefer making this explicit by adding a-r
to the options so that we leave open the possibility of someone providing an empty password in the future.Even if the decision is made to not allow empty passwords, explicitly requesting the creation of a random password is better than the implied behavior of creating a random password when you are given a blank one. (Note that I'm not addressing the interactive dialog where the user is explicitly told a random password will be created if an empty line is provided.)
The text was updated successfully, but these errors were encountered: