From b4c3714ced9ee5cc6a7ef0c59a43cf85e1cb9824 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 2 Mar 2020 14:10:15 -0800 Subject: [PATCH] removed [OPTIONS] PARSER syntax. still works but prefer the PARSER [OPTIONS] syntax for better performance --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5d448519..aa3288f7 100755 --- a/README.md +++ b/README.md @@ -73,10 +73,6 @@ $ pip3 install --upgrade jc ``` COMMAND | jc PARSER [OPTIONS] ``` -or -``` -COMMAND | jc [OPTIONS] PARSER -``` Alternatively, the "magic" syntax can be used by prepending `jc` to the command to be converted. Options can be passed to `jc` immediately before the command is given. (Note: command aliases are not supported) ``` jc [OPTIONS] COMMAND