Avoid src being marked as optional in help (#2356)
This commit is contained in:
parent
14072be245
commit
ae56983a5f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user