1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add tracepath

This commit is contained in:
Kelly Brazil
2020-07-27 09:23:01 -07:00
parent ca470a5d02
commit 360106c24d

View File

@ -1,8 +1,9 @@
jc changelog
20200724 v1.13.0
202007xx v1.13.0
- Add ping and ping6 command parser tested on linux, macos, and freebsd
- Add traceroute and traceroute6 command parser tested on linux, macos, and freebsd
- Add tracepath command parser tested on linux
- Update ini parser to support files only containing key/value pairs
- Update uname parser exception with a hint to use "uname -a"