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

@@ -6,6 +6,7 @@ jc changelog
- Add OSX support for the df parser
- Add OSX support for the mount parser
- Add tests for ls, dig, ps, w, uptime on OSX
- Add about option
- Add universal parsers to refactor repetitive code
- Updated ifconfig parser to output 'state' as an array

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)

View File

@@ -69,6 +69,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -321,6 +321,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -49,6 +49,11 @@ Examples:
"_": "/usr/bin/env"
}
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -49,6 +49,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -67,6 +67,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -41,6 +41,11 @@ Examples:
...
}
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -58,6 +58,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -142,6 +142,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -131,6 +131,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -73,6 +73,11 @@ Example:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -140,6 +140,11 @@ Examples:
"date": "May 3 2019"
}
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -212,6 +212,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -103,6 +103,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -93,6 +93,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -53,6 +53,11 @@ Example:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -309,6 +309,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -173,6 +173,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -97,6 +97,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -247,6 +247,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -101,6 +101,11 @@ Examples:
..
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -37,6 +37,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -56,6 +56,11 @@ Examples:
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -31,6 +31,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -28,6 +28,11 @@ Examples:
...
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -27,6 +27,11 @@ Example:
"kernel_version": "#74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019"
}
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -31,6 +31,11 @@ Example:
"load_15m": "0.05"
}
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)

View File

@@ -79,6 +79,11 @@ Examples:
}
]
## info
```python
info(self, /, *args, **kwargs)
```
## process
```python
process(proc_data)