mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
doc updates
This commit is contained in:
@ -1,13 +1,16 @@
|
|||||||
|
|
||||||
# jc.parsers.airport
|
# jc.parsers.airport
|
||||||
jc - JSON CLI output utility airport -I Parser
|
jc - JSON CLI output utility airport -I command output parser
|
||||||
|
|
||||||
|
The `airport` program can be found at `/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport`.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
specify --airport as the first argument if the piped input is coming from airport -I (OSX)
|
$ airport -I | jc --airport
|
||||||
|
|
||||||
This program can be found at:
|
or
|
||||||
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
|
|
||||||
|
$ jc airport -I
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
|
@ -1,13 +1,16 @@
|
|||||||
|
|
||||||
# jc.parsers.airport_s
|
# jc.parsers.airport_s
|
||||||
jc - JSON CLI output utility airport -s Parser
|
jc - JSON CLI output utility airport -s command parser
|
||||||
|
|
||||||
|
The `airport` program can be found at `/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport`.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
specify --airport as the first argument if the piped input is coming from airport -s (OSX)
|
$ airport -s | jc --airport-s
|
||||||
|
|
||||||
This program can be found at:
|
or
|
||||||
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
|
|
||||||
|
$ jc airport -s
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user