Skip to content

Commit

Permalink
feat: set --overwrite as flag
Browse files Browse the repository at this point in the history
  • Loading branch information
4gac committed Sep 23, 2024
1 parent abe3f19 commit c852cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
pars_detect.add_argument("--openai", type=str, required=True, help="OpenAI API key")
pars_detect.add_argument(
"--overwrite",
type=bool,
action="store_true",
required=False,
default=False,
help="Overwrite alternate text if already present in the tag",
Expand Down

0 comments on commit c852cca

Please sign in to comment.