@joebigelow / wix-1 / commits / 59e0fda7

Rename ICommandLine to ICommandLineParser

Rob Mensching committed Jul 23, 2018 at 14:19 UTC 59e0fda78f52bc34250a84be59c24d2588a8ea45
1 file changed +1 -1
src/WixToolset.Extensibility/Services/ICommandLineParser.cs renamed
+1 -1
@@ -4,7 +4,7 @@ namespace WixToolset.Extensibility.Services
4 {
5 using WixToolset.Extensibility.Data;
6
7 - public interface ICommandLine
7 + public interface ICommandLineParser
8 {
9 IExtensionManager ExtensionManager { get; set; }
10