MCPcopy Index your code
hub / github.com/StackStorm/st2 / do_register_cli_opts

Function do_register_cli_opts

tools/diff-db-disk.py:67–73  ·  view source on GitHub ↗
(opts, ignore_errors=False)

Source from the content-addressed store, hash-verified

65
66
67def do_register_cli_opts(opts, ignore_errors=False):
68 for opt in opts:
69 try:
70 cfg.CONF.register_cli_opt(opt)
71 except:
72 if not ignore_errors:
73 raise
74
75
76def _get_api_models_from_db(persistence_model, pack_dir=None):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected