From 71494a53ca219fa305a0c896be3ca81a17982d43 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 20 Jul 2022 16:53:54 -0700 Subject: [PATCH] doc update --- jc/parsers/url.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jc/parsers/url.py b/jc/parsers/url.py index 7e5f4b12..64411551 100644 --- a/jc/parsers/url.py +++ b/jc/parsers/url.py @@ -7,6 +7,11 @@ This parser will work with naked and wrapped URL strings: - `` - `` +Two query representations are available and documented in the schema. + +Normalized quoted and unquoted versions of the original URL are also +included. + Usage (cli): $ echo "http://example.com/test/path?q1=foo&q2=bar#frag" | jc --url