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.", ),