Skip to content

Commit 9e44bc0

Browse files
committed
Change emoji option to capital J
1 parent 440a244 commit 9e44bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rich_cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class OptionHighlighter(RegexHighlighter):
278278
help="Display last [b]LINES[/] of the file (requires --syntax or --csv).",
279279
)
280280
@click.option(
281-
"--emoji", "-j", is_flag=True, help="Enable emoji code. [dim]e.g. :sparkle:"
281+
"--emoji", "-J", is_flag=True, help="Enable emoji code. [dim]e.g. :sparkle:"
282282
)
283283
@click.option("--left", "-l", is_flag=True, help="Align to left.")
284284
@click.option("--right", "-r", is_flag=True, help="Align to right.")

0 commit comments

Comments
 (0)