1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1 -1
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']