1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

add magic commands

This commit is contained in:
Kelly Brazil
2020-03-11 06:22:54 -07:00
parent 64d78956eb
commit 970493ab93
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class info():
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['darwin']
magic_commands = ['airport -I']
__version__ = info.version

View File

@ -96,6 +96,7 @@ class info():
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['darwin']
magic_commands = ['airport -s']
__version__ = info.version