Skip to content

Commit

Permalink
remove resgen as a top level command
Browse files Browse the repository at this point in the history
  • Loading branch information
brthor committed Mar 14, 2016
1 parent 00be1e5 commit c8617c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dotnet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ private static int ProcessArgs(string[] args)
["publish"] = PublishCommand.Run,
["repl"] = ReplCommand.Run,
["restore"] = RestoreCommand.Run,
["resgen"] = ResgenCommand.Run,
["run"] = RunCommand.Run,
["test"] = TestCommand.Run
};
Expand Down

0 comments on commit c8617c9

Please sign in to comment.