Closed
Description
Currently, when option is not valid for certain template language, example suggested does not specify language.
> dotnet new webapi -minimal -lang F#
Error: Invalid option(s):
-minimal
'-minimal' is not a valid option
For more information, run:
dotnet new webapi -h
Improve the example: when the language is specified, example should contain the language too, i.e. for the example above
dotnet new webapi -h -lang F#