make arg optional

Signed-off-by: pitwegner <pit.wegner@student.hpi.de>
This commit is contained in:
pitwegner
2023-01-17 13:50:30 +01:00
parent 987d1f3f43
commit 6d435e5199
@@ -62,7 +62,7 @@ export function createFetchTemplateAction(options: {
copyWithoutRender?: string[];
copyWithoutTemplating?: string[];
cookiecutterCompat?: boolean;
replace: boolean;
replace?: boolean;
}>({
id: 'fetch:template',
description: