From 97da62365074fba2cf590bebdec8dc98d5b9ec94 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 24 Feb 2024 20:27:53 +0100 Subject: [PATCH] fix cli --- rendercv/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rendercv/cli.py b/rendercv/cli.py index 11efa1a..46bdda3 100644 --- a/rendercv/cli.py +++ b/rendercv/cli.py @@ -421,7 +421,6 @@ def cli_command_render( use_local_latex: Annotated[ bool, typer.Option( - False, "--use-local-latex", help="Use the local LaTeX installation instead of the RenderCV's TinyTeX.", ),