Open
Description
Today you have to pass in the -n
argument for the name of the project or template. For Example
dotnet new page -n MyPage -na MyNamespace
You almost always are going to specify -n for item templates, ideally you could just pass in a second parameter which is the next default, in this case -n
.
This would pair great with #3008, which would allow for
dotnet new class MyClass
Metadata
Metadata
Assignees
Labels
Work that is critical for the release, but we could probably ship withoutRelated to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)The issue defines new feature.easy issue, good for first-time contribution to the repoThe issue was evaluated by the triage team, placed on correct area, next action defined.