1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add features

This commit is contained in:
Kelly Brazil
2020-05-22 16:21:55 -07:00
parent c1f6f2b950
commit 2e9a0a9c12

View File

@ -2,9 +2,10 @@ jc changelog
202005xx v1.11.0
- Add dmidecode command parser
- Update stat command parser to add OSX support
- Update netstat command parser to add OSX support
- Add netstat -r command parser
- Add netstat -i command parser
- Update netstat command parser to add -r (route) functionality for linux and OSX
- Update netstat command parser to add -i (interface) functionality for linux and OSX
20200511 v1.10.12
- Remove shebang from jc/cli.py for Fedora packaging