1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00
This commit is contained in:
Kelly Brazil
2021-01-06 16:19:47 -08:00
parent 63fc149e2a
commit 9cf5be73e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# jc.parsers.iw_scan
jc - JSON CLI output utility `iw DEV scan` command output parser
jc - JSON CLI output utility `iw dev <device> scan` command output parser
This parser is considered beta quality. Not all fields are parsed.

View File

@ -1,4 +1,4 @@
"""jc - JSON CLI output utility `iw DEV scan` command output parser
"""jc - JSON CLI output utility `iw dev <device> scan` command output parser
This parser is considered beta quality. Not all fields are parsed.