تکمیل فرامین .NET Core CLI توسط Tab در Powershell یا bash
نویسنده: م شاکری
تاریخ: ۱۳۹۷/۰۱/۰۸ ۱۱:۵۷
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
Lots of people are using open source .NET Core and the "dotnet" command line, but few know that the .NET CLI supports command "tab" completion!
You can ensure you have it on .NET Core 2.0 with this test:
dotnet complete "dotnet add pac"