Skip to content

Commit acb4c8c

Browse files
committed
add plates
1 parent aa1c284 commit acb4c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Ubiquity/devtools/cmd/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ public static function templateParser(){
795795
'template:parse',
796796
'template-parse'
797797
], [
798-
"e" => Parameter::create("engine", "The destination template engine.", [], 'latte'),
798+
"e" => Parameter::create("engine", "The destination template engine.", ['twig','latte','plates'], 'latte'),
799799
"d" => Parameter::create("destination", "The destination folder.", [], 'default view folder'),
800800
'o' => Parameter::create('origin', 'The folder where the templates are located.', [], 'default view folder')
801801
], [

0 commit comments

Comments
 (0)