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

Function initialize_classpath_subcommand

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

Source from the content-addressed store, hash-verified

1017
1018
1019def initialize_classpath_subcommand(subparsers):
1020 command_help = """Prints the classpath used by the storm client when running commands."""
1021 sub_parser = subparsers.add_parser("classpath", help=command_help, formatter_class=SortingHelpFormatter)
1022 sub_parser.set_defaults(func=print_classpath)
1023 add_common_options(sub_parser)
1024
1025
1026def initialize_server_classpath_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected