(args=None)
| 32 | |
| 33 | |
| 34 | def parse_args(args=None): |
| 35 | common_config.use_st2_env_vars(cfg.CONF) |
| 36 | cfg.CONF( |
| 37 | args=args, |
| 38 | version=VERSION_STRING, |
| 39 | default_config_files=[DEFAULT_CONFIG_FILE_PATH], |
| 40 | ) |
| 41 | |
| 42 | |
| 43 | def register_opts(ignore_errors=False): |
nothing calls this directly
no outgoing calls
no test coverage detected