此链接例如: https://docs.microsoft.com/en-us/aspnet/core/security/authentication/individual?view=aspnetcore-2.1
dotnet new mvc -au Individual
dotnet new webapi -au Individual
dotnet new webapp -au Individual
我在此列表中没有看到“ webapp”
为什么会引发错误: 无效的输入开关: -au
我肯定知道此开关存在。
为什么-h(帮助)开关不起作用?
哪些无效参数?我只想得到帮助。