mirror of https://github.com/eyhc1/rendercv.git
fix cli
This commit is contained in:
parent
1d95fd1b92
commit
97da623650
|
@ -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.",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue