Merge pull request #370 from blackdwarf/dotnethelpfix
Update dotnet --help
This commit is contained in:
commit
91cbb68a53
1 changed files with 5 additions and 2 deletions
|
@ -22,9 +22,12 @@ Common Options (passed before the command):
|
|||
-v|--verbose Enable verbose output
|
||||
|
||||
Common Commands:
|
||||
init Initialize a basic .NET project
|
||||
restore Restore dependencies specified in the .NET project
|
||||
compile Compiles a .NET project
|
||||
publish Publishes a .NET project for deployment
|
||||
run Compiles and immediately executes a .NET project";
|
||||
publish Publishes a .NET project for deployment (including the runtime)
|
||||
run Compiles and immediately executes a .NET project
|
||||
pack Creates a NuGet package";
|
||||
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue