Closed chessmango closed 2 years ago
Allows for type, extra dig flags etc. Specifically addresses https://github.com/knadh/dns.toys/pull/9 with A and AAAA support
I don't have Fish running anywhere, but as I understand it $argv represents the whole list in the same way $@ does in Bash.
$argv
$@
Looks like there's just a trailing newline as well :sweat_smile:
Cheers. Confirmed that Fish works.
Allows for type, extra dig flags etc. Specifically addresses https://github.com/knadh/dns.toys/pull/9 with A and AAAA support
I don't have Fish running anywhere, but as I understand it
$argv
represents the whole list in the same way$@
does in Bash.Looks like there's just a trailing newline as well :sweat_smile: