Skip to content

Commit

Permalink
CLI: images license parameter - add ShareCommercially
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Nov 9, 2024
1 parent 6e4b432 commit 4e0183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckduckgo_search/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def answers(keywords, output, proxy, verify):
"-lic",
"--license_image",
default=None,
type=click.Choice(["any", "Public", "Share", "Modify", "ModifyCommercially"]),
type=click.Choice(["any", "Public", "Share", "ShareCommercially", "Modify", "ModifyCommercially"]),
)
@click.option("-m", "--max_results", default=90, help="maximum number of results, default=90")
@click.option("-o", "--output", default="print", help="csv, json (save the results to a csv or json file)")
Expand Down

0 comments on commit 4e0183c

Please sign in to comment.