diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-24 15:03:23 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:11:31 -0700 |
| commit | b86e235ef4f9423624fc93e1c417484e938245df (patch) | |
| tree | b8cb21285a24334aa236bd294b5b3ddf573503b2 /src/WixToolset.Extensibility/Data/ICommandLineArguments.cs | |
| parent | 780fd42d094e7d9f020bf08b4be55b150b9957e4 (diff) | |
| download | wix-b86e235ef4f9423624fc93e1c417484e938245df.tar.gz wix-b86e235ef4f9423624fc93e1c417484e938245df.tar.bz2 wix-b86e235ef4f9423624fc93e1c417484e938245df.zip | |
Re-organize command-line processing and add support for custom commands
Diffstat (limited to 'src/WixToolset.Extensibility/Data/ICommandLineArguments.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/ICommandLineArguments.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Data/ICommandLineArguments.cs b/src/WixToolset.Extensibility/Data/ICommandLineArguments.cs index 5729ff36..dfa81762 100644 --- a/src/WixToolset.Extensibility/Data/ICommandLineArguments.cs +++ b/src/WixToolset.Extensibility/Data/ICommandLineArguments.cs | |||
| @@ -18,6 +18,6 @@ namespace WixToolset.Extensibility.Data | |||
| 18 | 18 | ||
| 19 | void Populate(string[] args); | 19 | void Populate(string[] args); |
| 20 | 20 | ||
| 21 | IParseCommandLine Parse(); | 21 | ICommandLineParser Parse(); |
| 22 | } | 22 | } |
| 23 | } | 23 | } |
