mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc updates
This commit is contained in:
@ -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:
|
||||||
|
|
||||||
|
@ -66,8 +66,6 @@ schema:
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
nothing to process
|
|
||||||
|
|
||||||
## parse
|
## parse
|
||||||
```python
|
```python
|
||||||
parse(data, raw=False, quiet=False)
|
parse(data, raw=False, quiet=False)
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user