Skip to content

Commit 51b3076

Browse files
committed
Remove default value of the template argument
1 parent 24f97ef commit 51b3076

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/commands/create/create_view_command.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class CreateViewCommand extends Command with ProjectStructureValidator {
4646
ksTemplateType,
4747
abbr: 't',
4848
allowed: kCompiledTemplateTypes[kTemplateNameView],
49-
defaultsTo: 'empty',
5049
help: kCommandHelpCreateViewTemplate,
5150
)
5251
..addOption(

0 commit comments

Comments
 (0)