Avoid src being marked as optional in help (#2356)

This commit is contained in:
Richard Si 2021-07-08 21:46:32 -04:00 committed by GitHub
parent 14072be245
commit ae56983a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,6 +328,7 @@ def validate_regex(
exists=True, file_okay=True, dir_okay=True, readable=True, allow_dash=True
),
is_eager=True,
metavar="SRC ...",
)
@click.option(
"--config",