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 a139352 commit 64ee6cdCopy full SHA for 64ee6cd
src/licensedcode/reindex.py
@@ -43,7 +43,7 @@
43
@click.option(
44
'--additional-directory',
45
type=click.Path(exists=True, readable=True, file_okay=False, resolve_path=True, path_type=str),
46
- default=False,
+ default=None,
47
metavar='DIR',
48
help='Include this directory with additional custom licenses and license rules '
49
'in the license detection index.',
0 commit comments