diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-12 22:27:09 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-12 22:38:12 -0700 |
commit | fc92b28f87599ac25d35399dc2df2f356a285960 (patch) | |
tree | 0a775850ec5b4ff580b949700b51f5eee3182325 /src/WixToolset.Core/CommandLine/CommandLineContext.cs | |
parent | 1a2d7994764060dc6f8936fab1c03e255f2671c5 (diff) | |
download | wix-fc92b28f87599ac25d35399dc2df2f356a285960.tar.gz wix-fc92b28f87599ac25d35399dc2df2f356a285960.tar.bz2 wix-fc92b28f87599ac25d35399dc2df2f356a285960.zip |
Refactor command line parsing to enable extensions there in light.exe
Fixes wixtoolset/issues#5845
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLineContext.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLineContext.cs | 4 |
1 files changed, 1 insertions, 3 deletions
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 | |||
18 | 18 | ||
19 | public IExtensionManager ExtensionManager { get; set; } | 19 | public IExtensionManager ExtensionManager { get; set; } |
20 | 20 | ||
21 | public string Arguments { get; set; } | 21 | public ICommandLineArguments Arguments { get; set; } |
22 | |||
23 | public string[] ParsedArguments { get; set; } | ||
24 | } | 22 | } |
25 | } | 23 | } |