From fc92b28f87599ac25d35399dc2df2f356a285960 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 12 Jul 2018 22:27:09 -0700 Subject: Refactor command line parsing to enable extensions there in light.exe Fixes wixtoolset/issues#5845 --- src/WixToolset.Core/CommandLine/CommandLineContext.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/WixToolset.Core/CommandLine/CommandLineContext.cs') diff --git a/src/WixToolset.Core/CommandLine/CommandLineContext.cs b/src/WixToolset.Core/CommandLine/CommandLineContext.cs index 2ff2c1fd..c589222d 100644 --- a/src/WixToolset.Core/CommandLine/CommandLineContext.cs +++ b/src/WixToolset.Core/CommandLine/CommandLineContext.cs @@ -18,8 +18,6 @@ namespace WixToolset.Core.CommandLine public IExtensionManager ExtensionManager { get; set; } - public string Arguments { get; set; } - - public string[] ParsedArguments { get; set; } + public ICommandLineArguments Arguments { get; set; } } } -- cgit v1.2.3-55-g6feb