Skip to content

Commit 0076da7

Browse files
authored
Setting --copy-build parameter to True by default. (#175)
1 parent 998e9b0 commit 0076da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plain2code_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def create_parser():
302302
parser.add_argument(
303303
"--copy-build",
304304
action="store_true",
305-
default=False,
305+
default=True,
306306
help="If set, copy the rendered contents of code in `--base-folder` folder to `--build-dest` folder after successful rendering.",
307307
)
308308
parser.add_argument(

0 commit comments

Comments
 (0)