mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
remove cygwin compatibility
This commit is contained in:
@ -6,7 +6,7 @@ Usage:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'freebsd'
|
'linux', 'darwin', 'freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ class info():
|
|||||||
# details = 'enter any other details here'
|
# details = 'enter any other details here'
|
||||||
|
|
||||||
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
||||||
compatible = ['linux', 'darwin', 'cygwin', 'freebsd']
|
compatible = ['linux', 'darwin', 'freebsd']
|
||||||
magic_commands = ['ping', 'ping6']
|
magic_commands = ['ping', 'ping6']
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user