MCPcopy Create free account
hub / github.com/StackStorm/st2 / parse_args

Function parse_args

st2auth/st2auth/config.py:30–36  ·  view source on GitHub ↗
(args=None)

Source from the content-addressed store, hash-verified

28
29
30def 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
39def register_opts(ignore_errors=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected