Merge pull request #364 from adospace/patch-1
Fix "-na" template option to use "-p:n"
This commit is contained in:
Коммит
f1203e7307
|
@ -22,7 +22,7 @@ You can create `UserControl`s from templates:
|
|||
Run this command replacing `[namespace]` with the namespace you'd like to create the `UserControl` in and `[name]` with the name of the control.
|
||||
|
||||
```bash
|
||||
dotnet new avalonia.usercontrol -na [namespace] -n [name]
|
||||
dotnet new avalonia.usercontrol -p:n [namespace] -n [name]
|
||||
```
|
||||
|
||||
For more information see [the .NET core templates repository](https://github.com/AvaloniaUI/avalonia-dotnet-templates/).
|
||||
|
|
Загрузка…
Ссылка в новой задаче