mr-karan / doggo

:dog: Command-line DNS Client for Humans. Written in Golang
https://doggo.mrkaran.dev/
GNU General Public License v3.0
3.06k stars 101 forks source link

Fix broken ZSH completion #81

Closed molikuner closed 1 year ago

molikuner commented 1 year ago

This PR fixes the ZSH completion that was broken due to a syntax error. Additionally it improves the completion by adding some missing options.

Fixes #60