We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d41306 commit efe0a4eCopy full SHA for efe0a4e
src/scanoss/cli.py
@@ -390,6 +390,8 @@ def scan(parser, args):
390
print_stderr(f'Using Proxy {arg.proxy}...')
391
if args.ca_cert:
392
print_stderr(f'Using Certificate {arg.ca_cert}...')
393
+ if flags:
394
+ print_stderr(f'Using flags {flags}...')
395
elif not args.quiet:
396
if args.timeout < 5:
397
print_stderr(f'POST timeout (--timeout) too small: {args.timeout}. Reverting to default.')
0 commit comments