From ef1ad4c700fcb740b5fbe1e12205b9a30ae427ab Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 14 Nov 2019 13:37:55 -0800 Subject: [PATCH] doc update --- docs/parsers/ss.md | 3 +++ jc/parsers/ss.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/parsers/ss.md b/docs/parsers/ss.md index 22dc3ace..b15ebb6f 100644 --- a/docs/parsers/ss.md +++ b/docs/parsers/ss.md @@ -4,6 +4,9 @@ jc - JSON CLI output utility ss Parser Usage: specify --ss as the first argument if the piped input is coming from ss +Limitations: + Extended information otions like -e and -p are not supported and may cause parsing irregularities + Examples: $ sudo ss -a | jc --ss -p diff --git a/jc/parsers/ss.py b/jc/parsers/ss.py index 43a80f27..1ad52948 100644 --- a/jc/parsers/ss.py +++ b/jc/parsers/ss.py @@ -3,6 +3,9 @@ Usage: specify --ss as the first argument if the piped input is coming from ss +Limitations: + Extended information otions like -e and -p are not supported and may cause parsing irregularities + Examples: $ sudo ss -a | jc --ss -p