1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add osx to campatible

This commit is contained in:
Kelly Brazil
2019-12-16 18:09:29 -08:00
parent 33db7b0bcb
commit facf0b399c

View File

@ -6,7 +6,7 @@ Usage:
Compatibility: Compatibility:
'linux', 'aix', 'freebsd' 'linux', 'darwin', 'aix', 'freebsd'
Examples: Examples:
@ -139,7 +139,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', 'aix', 'freebsd'] compatible = ['linux', 'darwin', 'aix', 'freebsd']
def process(proc_data): def process(proc_data):