mirror of https://github.com/eyhc1/rendercv.git
update cli_command_render docstring
This commit is contained in:
parent
7041708430
commit
998da75ed9
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue