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