Merge pull request #364 from adospace/patch-1

Fix "-na" template option to use "-p:n"
This commit is contained in:
Max Katz 2022-11-01 15:05:40 -04:00 коммит произвёл GitHub
Родитель a47f84372a 0f7d27fb2b
Коммит f1203e7307
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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/).