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