mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc fix
This commit is contained in:
@ -1154,7 +1154,6 @@ $ w | jc --w -p
|
|||||||
```
|
```
|
||||||
## TODO
|
## TODO
|
||||||
Future parsers:
|
Future parsers:
|
||||||
- ss
|
|
||||||
- nslookup
|
- nslookup
|
||||||
- stat
|
- stat
|
||||||
- sar
|
- sar
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
201911xx v1.5.1
|
201911xx v1.5.1
|
||||||
|
- Add ss parser
|
||||||
- Add -r and raw=True options. By default, jc will now convert numbers and boolean, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output
|
- Add -r and raw=True options. By default, jc will now convert numbers and boolean, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output
|
||||||
- Add -q and quiet=True options to suppress warnings to stderr
|
- Add -q and quiet=True options to suppress warnings to stderr
|
||||||
- Add -d option to debug parsing issues
|
- Add -d option to debug parsing issues
|
||||||
|
Reference in New Issue
Block a user