MCPcopy Create free account
hub / github.com/apache/storm / initialize_server_classpath_subcommand

Function initialize_server_classpath_subcommand

bin/storm.py:1026–1030  ·  view source on GitHub ↗
(subparsers)

Source from the content-addressed store, hash-verified

1024
1025
1026def initialize_server_classpath_subcommand(subparsers):
1027 command_help = """Prints the classpath used by the storm servers when running commands."""
1028 sub_parser = subparsers.add_parser("server_classpath", help=command_help, formatter_class=SortingHelpFormatter)
1029 sub_parser.set_defaults(func=print_server_classpath)
1030 add_common_options(sub_parser)
1031
1032
1033def initialize_monitor_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected