Merge pull request #1530 from dotnet/blackdwarf-patch-2
Add test, remove repl from common commands help output
This commit is contained in:
commit
97fd374a86
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ Common Commands:
|
|||
build Builds a .NET project
|
||||
publish Publishes a .NET project for deployment (including the runtime)
|
||||
run Compiles and immediately executes a .NET project
|
||||
test Executes tests in a test project
|
||||
repl Launch an interactive session (read, eval, print, loop)
|
||||
test Runs unit tests using the test runner specified in the project
|
||||
pack Creates a NuGet package";
|
||||
|
||||
public static int Run(string[] args)
|
||||
|
|
Loading…
Reference in a new issue