Invalid environment variable values should return an error instead of running
Summary
Currently the environment variables still work even if the value is wrong, e.g. FORCE_HYPERLINKS=sure will work but it will not force hyperlinks, ideally we want to return an error that an invalid value is supplied and exit early.