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 213a7fc commit 83004e2Copy full SHA for 83004e2
domaintools/cli/commands/feeds.py
@@ -44,7 +44,7 @@ def feeds_nad(
44
help="Skip verification of SSL certificate when making HTTPs API calls",
45
),
46
no_sign_api_key: bool = typer.Option(
47
- True,
+ False,
48
"--no-sign-api-key",
49
help="Skip signing of api key",
50
@@ -88,7 +88,7 @@ def feeds_nod(
88
89
90
91
92
93
94
0 commit comments