Skip to content

Commit

Permalink
Fix alias for option
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Apr 15, 2024
1 parent 1d92e78 commit 42d6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collage/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
@click.option(
"--ignore",
"-a",
"-i",
multiple=True,
default=None,
show_default=True,
Expand Down

0 comments on commit 42d6be1

Please sign in to comment.