Skip to content

Commit

Permalink
added the function doc for skip_if_file_exists
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongdai authored and insspb committed Jun 6, 2022
1 parent 855a1c3 commit c7729fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookiecutter/generate.py
Expand Up @@ -277,6 +277,8 @@ def generate_files(
:param output_dir: Where to output the generated project dir into.
:param overwrite_if_exists: Overwrite the contents of the output directory
if it exists.
:param skip_if_file_exists: Skip the files in the corresponding directories
if they already exist
:param accept_hooks: Accept pre and post hooks if set to `True`.
:param keep_project_on_failure: If `True` keep generated project directory even when
generation fails
Expand Down

0 comments on commit c7729fa

Please sign in to comment.