Added tests to the general help message.
This commit is contained in:
parent
47241189b2
commit
d745484b1c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ Common Commands:
|
||||||
build Builds a .NET project
|
build Builds a .NET project
|
||||||
publish Publishes a .NET project for deployment (including the runtime)
|
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
|
||||||
|
test Executes tests in a test project
|
||||||
repl Launch an interactive session (read, eval, print, loop)
|
repl Launch an interactive session (read, eval, print, loop)
|
||||||
pack Creates a NuGet package";
|
pack Creates a NuGet package";
|
||||||
public static readonly string ProductVersion = GetProductVersion();
|
public static readonly string ProductVersion = GetProductVersion();
|
||||||
|
|
Loading…
Reference in a new issue