Home | History | Annotate | Download | only in python

Lines Matching refs:Interactive

407 class Interactive(cmd.Cmd):
408 '''Interactive prompt for analyzing one or more Darwin crash logs, type "help" to see a list of supported commands.'''
414 self.intro = 'Interactive crashlogs prompt, type "help" to see a list of supported commands.'
524 interpreter = Interactive(crash_logs)
739 option_parser.add_option('-i', '--interactive', action='store_true', help='parse all crash logs and enter interactive mode', default=False)
768 if options.interactive: