mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
removed [OPTIONS] PARSER syntax. still works but prefer the PARSER [OPTIONS] syntax for better performance
This commit is contained in:
@ -73,10 +73,6 @@ $ pip3 install --upgrade jc
|
|||||||
```
|
```
|
||||||
COMMAND | jc PARSER [OPTIONS]
|
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)
|
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
|
jc [OPTIONS] COMMAND
|
||||||
|
Reference in New Issue
Block a user