mirror of
https://github.com/simonw/files-to-prompt.git
synced 2025-10-23 00:02:47 +03:00
Rename --ignore-patterns to --ignore, refs #1
I did this by hand, did not use Claude for once.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user