From 998da75ed91c646fe032d7b372c9cb5782dfb5e5 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 24 Feb 2024 16:23:03 +0100 Subject: [PATCH] update cli_command_render docstring --- rendercv/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rendercv/cli.py b/rendercv/cli.py index 849b4d8..0f488e6 100644 --- a/rendercv/cli.py +++ b/rendercv/cli.py @@ -415,6 +415,8 @@ def cli_command_render( Args: input_file_path (str): Path to the YAML input file as a string. + use_local_latex (bool, optional): Use the local LaTeX installation instead of + the RenderCV's TinyTeX. The default is False. """ welcome()