Open christianh814 opened 8 years ago
Does --help really need the environment variables?
--help
user@host$ ./run.py --help AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY **MUST** be exported as environment variables.
I don't see why the help page needs these set.
They don't need to be. But it is more convenient to barf out of the program before doing any work if they're not set. It'd probably be pretty trivial to fix yourself :P
Does
--help
really need the environment variables?I don't see why the help page needs these set.