From 6aeea59ea84e56434e87ddf89cd5d4435b99e140 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 5 Aug 2020 15:08:42 -0700 Subject: [PATCH] doc updates --- docs/parsers/airport.md | 11 +++++++---- docs/parsers/airport_s.md | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/parsers/airport.md b/docs/parsers/airport.md index 7dc14771..bbb26cec 100644 --- a/docs/parsers/airport.md +++ b/docs/parsers/airport.md @@ -1,13 +1,16 @@ # 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): - 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/docs/parsers/airport_s.md b/docs/parsers/airport_s.md index d7d6df0d..9dc8bd07 100644 --- a/docs/parsers/airport_s.md +++ b/docs/parsers/airport_s.md @@ -1,13 +1,16 @@ # 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): - 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):