mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-10 22:41:51 +02:00
add magic commands
This commit is contained in:
@@ -63,6 +63,7 @@ class info():
|
|||||||
|
|
||||||
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
||||||
compatible = ['darwin']
|
compatible = ['darwin']
|
||||||
|
magic_commands = ['airport -I']
|
||||||
|
|
||||||
|
|
||||||
__version__ = info.version
|
__version__ = info.version
|
||||||
|
@@ -96,6 +96,7 @@ class info():
|
|||||||
|
|
||||||
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
||||||
compatible = ['darwin']
|
compatible = ['darwin']
|
||||||
|
magic_commands = ['airport -s']
|
||||||
|
|
||||||
|
|
||||||
__version__ = info.version
|
__version__ = info.version
|
||||||
|
Reference in New Issue
Block a user