1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

make dig compatible with all platforms

This commit is contained in:
Kelly Brazil
2021-05-16 17:48:56 -07:00
parent ab291b9eef
commit 5fdbe2962d

View File

@ -322,7 +322,7 @@ class info():
author_email = 'kellyjonbrazil@gmail.com'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'aix', 'freebsd', 'darwin']
compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin']
magic_commands = ['dig']