We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622656d commit d27ff4fCopy full SHA for d27ff4f
docs/core/tools/dotnet-new-search.md
@@ -82,7 +82,7 @@ The `dotnet new --search` option searches for templates supported by `dotnet new
82
- Search for all templates available on NuGet.org matching the *we* substring and supporting the F# language.
83
84
```dotnetcli
85
- dotnet new we --search --lang "F#"
+ dotnet new we --search --language "F#"
86
```
87
88
- Search for item templates.
@@ -94,7 +94,7 @@ The `dotnet new --search` option searches for templates supported by `dotnet new
94
- Search for all C# templates, showing the type and tags in the output.
95
96
97
- dotnet new --search -lang "C#" --columns "type,tags"
+ dotnet new --search --language "C#" --columns "type,tags"
98
99
100
## See also
0 commit comments