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

Function initialize_version_subcommand

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

Source from the content-addressed store, hash-verified

1010
1011
1012def initialize_version_subcommand(subparsers):
1013 command_help = """Prints the version number of this Storm release."""
1014 sub_parser = subparsers.add_parser("version", help=command_help, formatter_class=SortingHelpFormatter)
1015 sub_parser.set_defaults(func=version)
1016 add_common_options(sub_parser)
1017
1018
1019def initialize_classpath_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected