示例#1
0
    def peers(cli_opts):  # noqa: B902
        """ show the KV store peers of the node """

        kvstore.PeersCmd(cli_opts).run()
示例#2
0
 def print_kvstore_peers(self):
     kvstore.PeersCmd(self.cli_opts).run()
示例#3
0
    def peers(cli_opts):  # noqa: B902
        ''' show the KV store peers of the node '''

        kvstore.PeersCmd(cli_opts).run()