diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-24 21:07:56 -0700 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:25:56 -0700 |
commit | 85fc7be678248a0a5873c08d48941021eb0959e6 (patch) | |
tree | 3dc8f14458fb2e5f2578ba95ca69189f801a99cf /src/wixcop/CommandLine/ConvertCommand.cs | |
parent | b66ea2e10a1b4be642e58319de85d2ca54991b47 (diff) | |
download | wix-85fc7be678248a0a5873c08d48941021eb0959e6.tar.gz wix-85fc7be678248a0a5873c08d48941021eb0959e6.tar.bz2 wix-85fc7be678248a0a5873c08d48941021eb0959e6.zip |
Update to changes to reorganize command-line processing
Diffstat (limited to 'src/wixcop/CommandLine/ConvertCommand.cs')
-rw-r--r-- | src/wixcop/CommandLine/ConvertCommand.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wixcop/CommandLine/ConvertCommand.cs b/src/wixcop/CommandLine/ConvertCommand.cs index ab7cd359..c65652ab 100644 --- a/src/wixcop/CommandLine/ConvertCommand.cs +++ b/src/wixcop/CommandLine/ConvertCommand.cs | |||
@@ -50,6 +50,15 @@ namespace WixToolset.Tools.WixCop.CommandLine | |||
50 | 50 | ||
51 | private bool SubDirectories { get; } | 51 | private bool SubDirectories { get; } |
52 | 52 | ||
53 | public bool ShowLogo => throw new NotImplementedException(); | ||
54 | |||
55 | public bool StopParsing => throw new NotImplementedException(); | ||
56 | |||
57 | public bool TryParseArgument(ICommandLineParser parser, string argument) | ||
58 | { | ||
59 | throw new NotImplementedException(); | ||
60 | } | ||
61 | |||
53 | public int Execute() | 62 | public int Execute() |
54 | { | 63 | { |
55 | // parse the settings if any were specified | 64 | // parse the settings if any were specified |