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

Function initialize_listtopos_subcommand

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

Source from the content-addressed store, hash-verified

670
671
672def initialize_listtopos_subcommand(subparsers):
673 sub_parser = subparsers.add_parser(
674 "list", help="List the running topologies and their statuses.", formatter_class=SortingHelpFormatter
675 )
676
677 sub_parser.set_defaults(func=listtopos)
678 add_common_options(sub_parser)
679
680
681def initialize_set_log_level_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected