Example #1
0
 def __call__(self, parser, *args, **kwargs):
     detectors, _ = get_detectors_and_printers()
     output_detectors(detectors)
     parser.exit()
Example #2
0
 def __call__(self, parser, *args, **kwargs):  # pylint: disable=signature-differs
     detectors, _ = get_detectors_and_printers()
     output_detectors(detectors)
     parser.exit()