1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

improve docs

This commit is contained in:
Kelly Brazil
2020-08-05 15:10:48 -07:00
parent 6aeea59ea8
commit f2fb4d3f41
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# jc.parsers.airport # jc.parsers.airport
jc - JSON CLI output utility airport -I command output 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`. The `airport` program can be found at `/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport`.

View File

@ -1,6 +1,6 @@
# jc.parsers.airport_s # jc.parsers.airport_s
jc - JSON CLI output utility airport -s command 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`. The `airport` program can be found at `/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport`.

View File

@ -1,4 +1,4 @@
"""jc - JSON CLI output utility airport -I command output 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`. The `airport` program can be found at `/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport`.

View File

@ -1,4 +1,4 @@
"""jc - JSON CLI output utility airport -s command 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`. The `airport` program can be found at `/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport`.