Remove top level compile command

This commit is contained in:
David Fowler 2016-02-24 22:07:05 -08:00
parent 6aeed1f52d
commit c7fe191f0b

View file

@ -102,7 +102,6 @@ namespace Microsoft.DotNet.Cli
var builtIns = new Dictionary<string, Func<string[], int>>
{
["build"] = BuildCommand.Run,
["compile"] = CommpileCommand.Run,
["compile-csc"] = CompileCscCommand.Run,
["compile-fsc"] = CompileFscCommand.Run,
["compile-native"] = CompileNativeCommand.Run,