1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

update ufw docs with a note on lists of ports

This commit is contained in:
Kelly Brazil
2021-04-24 10:22:19 -07:00
parent 4cbe84c3d6
commit f6ca32b3a3
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# jc.parsers.ufw
jc - JSON CLI output utility `ufw status` command output parser
Note: a list of ports will be parsed to the `to_service` or `from_service` field as a comma-separated string.
Usage (cli):
$ ufw status | jc --ufw

View File

@ -1,5 +1,7 @@
"""jc - JSON CLI output utility `ufw status` command output parser
Note: a list of ports will be parsed to the `to_service` or `from_service` field as a comma-separated string.
Usage (cli):
$ ufw status | jc --ufw