1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add note about aliases not being supported

This commit is contained in:
Kelly Brazil
2020-02-17 22:57:15 -08:00
parent c008167e66
commit 00d53858e8

View File

@ -77,7 +77,7 @@ or
``` ```
COMMAND | jc [OPTIONS] PARSER 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. 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
``` ```