We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db757d7 commit 550f39cCopy full SHA for 550f39c
domaintools/cli/commands/feeds.py
@@ -56,7 +56,7 @@ def feeds_nad(
56
name=c.FEEDS_NOD,
57
help=get_cli_helptext_by_name(command_name=c.FEEDS_NOD),
58
)
59
-def feeds_nad(
+def feeds_nod(
60
ctx: typer.Context,
61
user: str = typer.Option(None, "-u", "--user", help="Domaintools API Username."),
62
key: str = typer.Option(None, "-k", "--key", help="DomainTools API key"),
0 commit comments