Added repl back to the list of intrinsic commands
This commit is contained in:
parent
45ef9c7f91
commit
c5100d3dd6
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ using NuGet.Frameworks;
|
|||
using Microsoft.DotNet.Tools.Resgen;
|
||||
using Microsoft.DotNet.Tools.Run;
|
||||
using Microsoft.DotNet.Tools.Test;
|
||||
using Microsoft.DotNet.Tools.Repl;
|
||||
|
||||
namespace Microsoft.DotNet.Cli
|
||||
{
|
||||
|
@ -129,6 +130,7 @@ Common Commands:
|
|||
["pack"] = PackCommand.Run,
|
||||
["projectmodel-server"] = ProjectModelServerCommand.Run,
|
||||
["publish"] = PublishCommand.Run,
|
||||
["repl"] = ReplCommand.Run,
|
||||
["restore"] = RestoreCommand.Run,
|
||||
["resgen"] = ResgenCommand.Run,
|
||||
["run"] = RunCommand.Run,
|
||||
|
|
Loading…
Add table
Reference in a new issue