Rename --ignore-patterns to --ignore, refs #1

I did this by hand, did not use Claude for once.
This commit is contained in:
Simon Willison
2024-04-07 22:32:20 -07:00
parent f8af0fad7f
commit 4407ac519b
2 changed files with 4 additions and 5 deletions

View File

@@ -85,7 +85,8 @@ def process_path(
help="Ignore .gitignore files and include all files",
)
@click.option(
"--ignore-patterns",
"ignore_patterns",
"--ignore",
multiple=True,
default=[],
help="List of patterns to ignore",