diff --git a/src/Ubiquity/devtools/cmd/Command.php b/src/Ubiquity/devtools/cmd/Command.php index 0889b5a..2c11ad4 100644 --- a/src/Ubiquity/devtools/cmd/Command.php +++ b/src/Ubiquity/devtools/cmd/Command.php @@ -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') ], [