Add rest of the command to the driver
Currently, the driver just shows information about compile, publish and run. Add info for init, pack and restore as well.
This commit is contained in:
parent
f67a247252
commit
5bd2984fbc
1 changed files with 5 additions and 2 deletions
|
@ -22,9 +22,12 @@ Common Options (passed before the command):
|
||||||
-v|--verbose Enable verbose output
|
-v|--verbose Enable verbose output
|
||||||
|
|
||||||
Common Commands:
|
Common Commands:
|
||||||
|
init Initialize a basic .NET project
|
||||||
|
restore Restore dependencies specified in the .NET project
|
||||||
compile Compiles a .NET project
|
compile Compiles a .NET project
|
||||||
publish Publishes a .NET project for deployment
|
publish Publishes a .NET project for deployment (including the runtime)
|
||||||
run Compiles and immediately executes a .NET project";
|
run Compiles and immediately executes a .NET project
|
||||||
|
pack Package a NuGet package of the application";
|
||||||
|
|
||||||
public static int Main(string[] args)
|
public static int Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue