From cbc201ac26114f211dba53788b155717dee5983d Mon Sep 17 00:00:00 2001 From: Brennan Date: Tue, 15 Dec 2015 08:53:41 -0800 Subject: [PATCH] Remove unused OnExecute --- src/Microsoft.Dnx.Watcher/Program.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Microsoft.Dnx.Watcher/Program.cs b/src/Microsoft.Dnx.Watcher/Program.cs index 75cab38926..7faf51b813 100644 --- a/src/Microsoft.Dnx.Watcher/Program.cs +++ b/src/Microsoft.Dnx.Watcher/Program.cs @@ -72,13 +72,6 @@ namespace Microsoft.Dnx.Watcher app.HelpOption("-?|-h|--help"); - // Show help information if no subcommand/option was specified - app.OnExecute(() => - { - app.ShowHelp(); - return 2; - }); - var projectArg = app.Option( "--project ", "Path to the project.json file or the application folder. Defaults to the current folder if not provided. Will be passed to DNX.",