Skip to content

Commit 4eb7a3e

Browse files
feat(doggo): add --any query option (#2401)
1 parent c3c9fee commit 4eb7a3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/doggo.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ const completionSpec: Fig.Spec = {
3636
insertValue: "-x {cursor}",
3737
description: "Performs a reverse DNS lookup for an IPv4 or IPv6 address",
3838
},
39+
{
40+
name: "--any",
41+
description:
42+
"Query all supported DNS record types (A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, TXT, CAA)",
43+
},
3944
{
4045
name: "--strategy",
4146
description: "Specify strategy to query nameservers (all, random, first)",

0 commit comments

Comments
 (0)