Lines Matching refs:add_option

350         Parser.add_option("-t", "--target sourcepath", action="store", type="string", dest='Target',
352 Parser.add_option("-c", "--config filename", action="store", type="string", dest="ConfigFile",
354 Parser.add_option("-o", "--outfile filename", action="store", type="string", dest="OutputFile",
356 Parser.add_option("-r", "--reportfile filename", action="store", type="string", dest="ReportFile",
358 Parser.add_option("-e", "--exceptionfile filename", action="store", type="string", dest="ExceptionFile",
360 Parser.add_option("-m", "--metadata", action="store_true", type=None, help="Only scan meta-data files information if this option is specified.")
361 Parser.add_option("-s", "--sourcecode", action="store_true", type=None, help="Only scan source code files information if this option is specified.")
362 Parser.add_option("-k", "--keepdatabase", action="store_true", type=None, help="The existing Ecc database will not be cleaned except report information if this option is specified.")
363 Parser.add_option("-l", "--log filename", action="store", dest="LogFile", help="""If specified, the tool should emit the changes that
368 Parser.add_option("-q", "--quiet", action="store_true", type=None, help="Disable all messages except FATAL ERRORS.")
369 Parser.add_option("-v", "--verbose", action="store_true", type=None, help="Turn on verbose output with informational messages printed, "\
372 Parser.add_option("-d", "--debug", action="store", type="int", help="Enable debug messages at specified level.")
373 Parser.add_option("-w", "--workspace", action="store", type="string", dest='Workspace', help="Specify workspace.")