diff --git a/jc/parsers/airport.py b/jc/parsers/airport.py index a9c9f398..2a089a16 100644 --- a/jc/parsers/airport.py +++ b/jc/parsers/airport.py @@ -1,11 +1,14 @@ -"""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): - 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: - /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport + or + + $ jc airport -I Usage (module): diff --git a/jc/parsers/airport_s.py b/jc/parsers/airport_s.py index 4ca18f70..be784662 100644 --- a/jc/parsers/airport_s.py +++ b/jc/parsers/airport_s.py @@ -1,11 +1,14 @@ -"""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): - 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: - /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport + or + + $ jc airport -s Usage (module):