This commit is contained in:
Sina Atalay 2024-02-24 20:27:53 +01:00
parent 1d95fd1b92
commit 97da623650
1 changed files with 0 additions and 1 deletions

View File

@ -421,7 +421,6 @@ def cli_command_render(
use_local_latex: Annotated[ use_local_latex: Annotated[
bool, bool,
typer.Option( typer.Option(
False,
"--use-local-latex", "--use-local-latex",
help="Use the local LaTeX installation instead of the RenderCV's TinyTeX.", help="Use the local LaTeX installation instead of the RenderCV's TinyTeX.",
), ),