Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plain2code_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def create_parser():
parser.add_argument(
"--copy-build",
action="store_true",
default=False,
default=True,
help="If set, copy the rendered contents of code in `--base-folder` folder to `--build-dest` folder after successful rendering.",
)
parser.add_argument(
Expand Down
Loading