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
This seems to be due to a known issue in using argparse, which I assume will likely not be fixed as it seems to go back for quite a while. It might be helpful to instead have the syntax support -u and -p options so that the following valid command, using an equals sign, could be used instead:
Attempting to use the following:
python3 getcloudpassword.py <redacted_email> "$sA_v-5TxgqcGXE"
results in:
usage: getcloudpassword.py [-h] [-m] [login ...] getcloudpassword.py: error: unrecognized arguments: -5TxgqcGXE
This seems to be due to a known issue in using argparse, which I assume will likely not be fixed as it seems to go back for quite a while. It might be helpful to instead have the syntax support
-u
and-p
options so that the following valid command, using an equals sign, could be used instead:python3 getcloudpassword.py -u="<redacted_email>" -p="$sA_v-5TxgqcGXE"
The text was updated successfully, but these errors were encountered: