-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI - allow second parameter to specify name of project/item template #3009
Comments
For context, this is something that came up when James and I were chatting about templates and I asked him to file this issue. I'd like it in the backlog for after we have the new parser and as we are considering how to incorporate more item templates in the CLI (so that we are consistent across item templates) |
This is in the backlog for almost 2 years, can this be included in the scope for .NET 8 at least? |
This is a candidate for .NET 8 based on team availability. The plan is as follows:
|
This has been in the backlog for quite a long time, can this be included in the scope for .NET 9 at least? |
I had made a draft PR for the changes, but I'm not confident in them as the situation with CLI parsing for |
That's great to hear. Hope it makes it to the cut of .NET 9 |
Today you have to pass in the
-n
argument for the name of the project or template. For ExampleYou 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
The text was updated successfully, but these errors were encountered: