1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

doc updates

This commit is contained in:
Kelly Brazil
2019-12-14 23:35:42 -08:00
parent 8f01ef7953
commit 9aaf0fbb2f
29 changed files with 146 additions and 1 deletions

View File

@@ -3,7 +3,11 @@ jc - JSON CLI output utility arp Parser
Usage:
specify --arp as the first argument if the piped input is coming from arp
specify --arp as the first argument if the piped input is coming from:
arp
or
arp -a
Compatibility:
@@ -83,6 +87,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)