From fbf986eb97f68396797a89fc7d40dec07b775440 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 7 Oct 2017 15:07:20 -0700 Subject: Rename ICommand to ICommandLineCommand Removes conflicts with existing ICommand. More refactoring coming. --- src/WixToolset.Core/CommandLine/HelpCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/CommandLine/HelpCommand.cs') diff --git a/src/WixToolset.Core/CommandLine/HelpCommand.cs b/src/WixToolset.Core/CommandLine/HelpCommand.cs index 1c101781..e57ad132 100644 --- a/src/WixToolset.Core/CommandLine/HelpCommand.cs +++ b/src/WixToolset.Core/CommandLine/HelpCommand.cs @@ -4,7 +4,7 @@ namespace WixToolset.Core { using System; - internal class HelpCommand : ICommand + internal class HelpCommand : ICommandLineCommand { public HelpCommand(Commands command) { -- cgit v1.2.3-55-g6feb