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

doc updates

This commit is contained in:
Kelly Brazil
2019-11-12 07:03:02 -08:00
parent 7251548cbb
commit d2a2c8da35
3 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@ jc - JSON CLI output utility ipables Parser
Usage: Usage:
Specify --iptables as the first argument if the piped input is coming from iptables Specify --iptables as the first argument if the piped input is coming from iptables
Supports -vLn for all tables Supports -vLn and --line-numbers for all tables
Examples: Examples:

View File

@ -66,8 +66,6 @@ schema:
} }
] ]
nothing to process
## parse ## parse
```python ```python
parse(data, raw=False, quiet=False) parse(data, raw=False, quiet=False)

View File

@ -39,8 +39,6 @@ schema:
"kernel_version": string "kernel_version": string
} }
no extra processing
## parse ## parse
```python ```python
parse(data, raw=False, quiet=False) parse(data, raw=False, quiet=False)