commit
12351cd37b
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ In order to build .NET Command Line Interface, you need the following installed
|
|||
|
||||
##Adding a Command
|
||||
|
||||
The donet CLI considers any executable on the path named `dotnet-{commandName}` to be a command it can call out to. `dotnet publish`, for example, is added to the path as an executable called `dotnet-publish`. To add a new command we must create the executable and then add it to the distribution packages for installation.
|
||||
The dotnet CLI considers any executable on the path named `dotnet-{commandName}` to be a command it can call out to. `dotnet publish`, for example, is added to the path as an executable called `dotnet-publish`. To add a new command we must create the executable and then add it to the distribution packages for installation.
|
||||
|
||||
0. Create an issue on https://github.com/dotnet/cli and get consensus on the need for and behavior of the command.
|
||||
1. Add a new project for the command.
|
||||
|
|
Loading…
Reference in a new issue