Closed
Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- Type: "template Hello"
- Templatefile which is used is Hello.tmpl
What is the expected output? What do you see instead?
I would love to type the fileending at my own. It is pretty common in the *nix worlds to do that. When I execute a Dart file on the console I type:
dart App.dart
This makes me feel it is incosistent to use only that:
template Hello
instead of
template Hello.tmpl
(the last case tries to find Hello.tmpl.tmpl)