Searched refs:image_option_parser (Results 1 – 1 of 1) sorted by relevance
409 image_option_parser = None variable in Interactive468 if not self.image_option_parser:469 …self.image_option_parser = optparse.OptionParser(description=description, prog='image',usage=usage)470 …self.image_option_parser.add_option('-a', '--all', action='store_true', help='show all images', de…472 (options, args) = self.image_option_parser.parse_args(command_args)