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

clarify quoting rules

This commit is contained in:
Kelly Brazil
2022-07-21 09:51:58 -07:00
parent 2a11fefe45
commit 5905058e97
2 changed files with 34 additions and 9 deletions
+2
View File
@@ -15,6 +15,8 @@ This parser will work with naked and wrapped URL strings:
Normalized encoded and decoded versions of the original URL and URL parts
are included in the output.
> Note: Do not use the encoded fields for a URL that is already encoded.
Usage (cli):
$ echo "http://example.com/test/path?q1=foo&q2=bar#frag" | jc --url