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 93a2d69 commit b6c7502Copy full SHA for b6c7502
src/scancode/cli.py
@@ -376,6 +376,7 @@ def default_processes():
376
@click.option(
377
"--check-version/--no-check-version",
378
help="Whether to check for new versions. Defaults to true.",
379
+ type=bool,
380
default=True,
381
# not yet supported in Click 6.7 but added in PluggableCommandLineOption
382
hidden=True,
0 commit comments