You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reportGroup.add_argument('--fullstatus', help='Generate full status reports for VectorCAST Project', action="store_true", default=False)
602
603
reportGroup.add_argument('--utfull', help='Generate Full Reports for each VectorCAST environment in project', action="store_true", default=False)
603
604
reportGroup.add_argument('--tcmr', help='Generate Test Cases Management Reports for each VectorCAST environment in project', action="store_true", default=False)
604
-
reportGroup.add_argument('--index', help='Generate an index.html report that ties all the other HTML reports together', action="store_true", default=False)
605
+
reportGroup.add_argument('--noindex', help='Stops index.html report that ties all the other HTML reports together from being created', action="store_true", default=False)
605
606
606
607
beGroup=parser.add_argument_group('Build/Execution Options', 'Options that effect build/execute operation')
0 commit comments