aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/CommandLine/WixCopCommandLineParser.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-08 21:53:58 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-08 22:11:35 +1000
commit70d112fb1ec23597b6365c3f80eec695c013960b (patch)
treee50e8845faede864ce85a684d8cb6778163a20cb /src/wixcop/CommandLine/WixCopCommandLineParser.cs
parent2eef1a51d1852a284cdd2c6fc1ba54c98ee1913b (diff)
downloadwix-70d112fb1ec23597b6365c3f80eec695c013960b.tar.gz
wix-70d112fb1ec23597b6365c3f80eec695c013960b.tar.bz2
wix-70d112fb1ec23597b6365c3f80eec695c013960b.zip
Implement ShowLogo in wixcop.
Diffstat (limited to 'src/wixcop/CommandLine/WixCopCommandLineParser.cs')
-rw-r--r--src/wixcop/CommandLine/WixCopCommandLineParser.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixcop/CommandLine/WixCopCommandLineParser.cs b/src/wixcop/CommandLine/WixCopCommandLineParser.cs
index 3d34a649..f06decee 100644
--- a/src/wixcop/CommandLine/WixCopCommandLineParser.cs
+++ b/src/wixcop/CommandLine/WixCopCommandLineParser.cs
@@ -49,6 +49,7 @@ namespace WixToolset.Tools.WixCop.CommandLine
49 49
50 return new ConvertCommand( 50 return new ConvertCommand(
51 this.serviceProvider, 51 this.serviceProvider,
52 this.showLogo,
52 this.fixErrors, 53 this.fixErrors,
53 this.indentationAmount, 54 this.indentationAmount,
54 this.searchPatterns, 55 this.searchPatterns,