示例#1
0
 def print_lm_links(self):
     lm.LMLinksCmd(self.cli_opts).run(True, False)
示例#2
0
    def links(cli_opts, all, json):  # noqa: B902
        ''' Dump all known links of the current host '''

        lm.LMLinksCmd(cli_opts).run(all, json)
示例#3
0
    def links(cli_opts, only_suppressed, json):  # noqa: B902
        """Dump all known links of the current host"""

        lm.LMLinksCmd(cli_opts).run(only_suppressed, json)