Skip to content

Commit

Permalink
📄
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Dec 4, 2023
1 parent f6ccf5a commit ddbf32f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bo4e_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def generate_bo4e_schemas(
)
@click.option(
"--clear-output",
help="Clear the output directory before saving the schemas",
help="Clear the output directory before saving the schemas. "
"Otherwise, if e.g. schemas got deleted, they will not be removed from the output directory. "
"Note: Generated output files will always overwrite existing files.",
is_flag=True,
default=False,
)
Expand Down

0 comments on commit ddbf32f

Please sign in to comment.