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

Function parse_args

st2api/st2api/config.py:34–40  ·  view source on GitHub ↗
(args=None)

Source from the content-addressed store, hash-verified

32
33
34def 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
43def register_opts(ignore_errors=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected