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
help='Path to the .json output file. Use "-" for on screen display.')
66
+
@click.option('--deploy',required=True, prompt=False, type=click.Path(exists=True, readable=True), help='Identify the path to the "deployed" codebase scan file')
67
+
@click.option('--develop', required=True, prompt=False, type=click.Path(exists=True, readable=True), help='Path to the "development" codebase scan file')
68
+
@click.option('-j', '--json', prompt=False, default='-', type=click.File(mode='wb', lazy=False), help='Path to the .json output file. Use "-" for on screen display.')
"tracecode_notice": "Generated with TraceCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nTraceCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nTraceCode is a free software codebase-comparison tool from nexB Inc. and others.\nVisit https://github.com/nexB/tracecode-toolkit/ for support and download.",
0 commit comments