1- [ ![ Tests] ( https://github.com/kellyjonbrazil/jc/workflows/Tests/badge.svg?branch=master )] ( https://github.com/kellyjonbrazil/jc/actions )
21[ ![ Pypi] ( https://img.shields.io/pypi/v/jc.svg )] ( https://pypi.org/project/jc/ )
32
43> Check out the ` jc ` Python [ package documentation] ( https://github.com/kellyjonbrazil/jc/tree/master/docs ) for developers
@@ -246,6 +245,8 @@ option.
246245| ` --mpstat-s ` | ` mpstat ` command streaming parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/mpstat_s ) |
247246| ` --needrestart ` | ` needrestart -b ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/needrestart ) |
248247| ` --netstat ` | ` netstat ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/netstat ) |
248+ | ` --net-localgroup ` | ` net localgroup ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/net_localgroup ) |
249+ | ` --net-user ` | ` net user ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/net_user ) |
249250| ` --nmcli ` | ` nmcli ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/nmcli ) |
250251| ` --nsd-control ` | ` nsd-control ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/nsd_control ) |
251252| ` --ntpq ` | ` ntpq -p ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/ntpq ) |
@@ -272,6 +273,7 @@ option.
272273| ` --ps ` | ` ps ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/ps ) |
273274| ` --resolve-conf ` | ` /etc/resolve.conf ` file parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/resolve_conf ) |
274275| ` --route ` | ` route ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/route ) |
276+ | ` --route-print ` | ` route print ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/route_print ) |
275277| ` --rpm-qi ` | ` rpm -qi ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/rpm_qi ) |
276278| ` --rsync ` | ` rsync ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/rsync ) |
277279| ` --rsync-s ` | ` rsync ` command streaming parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/rsync_s ) |
@@ -303,6 +305,7 @@ option.
303305| ` --top-s ` | ` top -b ` command streaming parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/top_s ) |
304306| ` --tracepath ` | ` tracepath ` and ` tracepath6 ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/tracepath ) |
305307| ` --traceroute ` | ` traceroute ` and ` traceroute6 ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/traceroute ) |
308+ | ` --traceroute-s ` | ` traceroute ` and ` traceroute6 ` command streaming parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/traceroute_s ) |
306309| ` --tune2fs ` | ` tune2fs -l ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/tune2fs ) |
307310| ` --udevadm ` | ` udevadm info ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/udevadm ) |
308311| ` --ufw ` | ` ufw status ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/ufw ) |
@@ -322,6 +325,7 @@ option.
322325| ` --wg-show ` | ` wg show ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/wg_show ) |
323326| ` --who ` | ` who ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/who ) |
324327| ` --x509-cert ` | X.509 PEM and DER certificate file parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/x509_cert ) |
328+ | ` --x509-crl ` | X.509 PEM and DER certificate revocation list file parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/x509_crl ) |
325329| ` --x509-csr ` | X.509 PEM and DER certificate request file parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/x509_csr ) |
326330| ` --xml ` | XML file parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/xml ) |
327331| ` --xrandr ` | ` xrandr ` command parser | [ details] ( https://kellyjonbrazil.github.io/jc/docs/parsers/xrandr ) |
0 commit comments