Change default for notify_discord
This commit is contained in:
parent
5184b71b27
commit
c56fc76d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ hook = Webhook(Settings.webhook_url)
|
||||||
@app.command()
|
@app.command()
|
||||||
def add(
|
def add(
|
||||||
feed_url: str = typer.Argument(..., help="RSS or Atom feed URL."),
|
feed_url: str = typer.Argument(..., help="RSS or Atom feed URL."),
|
||||||
notify_discord: bool = typer.Option(False, help="Send message to Discord."),
|
notify_discord: bool = typer.Option(True, help="Send message to Discord."),
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Add a feed to the database
|
"""Add a feed to the database
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue