update cli_command_render docstring

This commit is contained in:
Sina Atalay 2024-02-24 16:23:03 +01:00
parent 7041708430
commit 998da75ed9
1 changed files with 2 additions and 0 deletions

View File

@ -415,6 +415,8 @@ def cli_command_render(
Args: Args:
input_file_path (str): Path to the YAML input file as a string. 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() welcome()