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

Function initialize_repl_subcommand

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

Source from the content-addressed store, hash-verified

891
892
893def initialize_repl_subcommand(subparsers):
894 command_help = """
895 DEPRECATED: This subcommand may be removed in a future release.
896 Opens up a Clojure REPL with the storm jars and configuration
897 on the classpath. Useful for debugging."""
898 sub_parser = subparsers.add_parser("repl", help=command_help, formatter_class=SortingHelpFormatter)
899
900 sub_parser.set_defaults(func=repl)
901 add_common_options(sub_parser)
902
903
904def initialize_nimbus_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected