Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ register_common_cli_options
Function
register_common_cli_options
st2common/st2common/script_setup.py:40–44 ·
view source on GitHub ↗
Register common CLI options.
()
Source
from the content-addressed store, hash-verified
38
39
40
def
register_common_cli_options():
41
""
"
42
Register common CLI options.
43
""
"
44
cfg.CONF.register_cli_opt(cfg.BoolOpt(
"verbose"
, short=
"v"
, default=False))
45
46
47
def
setup(
Callers
1
setup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected