I'm totally adding this to epic win. +300
This commit is contained in:
@@ -146,7 +146,7 @@ if os.stat(ENV_FILE).st_size == 0:
|
||||
print('You will be asked for each needed value\nIf you want to skip a provider press enter on each of their values because they are all needed for authentication\nIf at some point you delete the provider\'s value entry you will once again be asked to enter it\nIf you pressed enter by mistake or inserted an incorrect value just edit the file directly or delete the corresponding line\nThere is also the choice of using the -v option to have that done interactively')
|
||||
|
||||
if os.stat(ENV_FILE).st_size != 0 and args.init:
|
||||
print("The init flag was only meant to be run once if you knew you were going to be using only one provider. If you need to change a provider\'s needed values use the --values or -v flag instead")
|
||||
print("The init flag was only meant to be optionally run once and only in the first run if you knew you were going to be using only one provider. If you need to change or populate a provider\'s needed values use the --values or -v flag instead")
|
||||
exit(0)
|
||||
|
||||
# We search for these values in the ENV_FILE and for each not found, we prompt the user to enter it
|
||||
|
||||
Reference in New Issue
Block a user