Skip to content

Commit

Permalink
add plates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Jan 22, 2023
1 parent aa1c284 commit acb4c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ubiquity/devtools/cmd/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ public static function templateParser(){
'template:parse',
'template-parse'
], [
"e" => Parameter::create("engine", "The destination template engine.", [], 'latte'),
"e" => Parameter::create("engine", "The destination template engine.", ['twig','latte','plates'], 'latte'),
"d" => Parameter::create("destination", "The destination folder.", [], 'default view folder'),
'o' => Parameter::create('origin', 'The folder where the templates are located.', [], 'default view folder')
], [
Expand Down

0 comments on commit acb4c8c

Please sign in to comment.