From 70d112fb1ec23597b6365c3f80eec695c013960b Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 8 May 2020 21:53:58 +1000 Subject: Implement ShowLogo in wixcop. --- src/wixcop/CommandLine/WixCopCommandLineParser.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wixcop/CommandLine/WixCopCommandLineParser.cs') 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 return new ConvertCommand( this.serviceProvider, + this.showLogo, this.fixErrors, this.indentationAmount, this.searchPatterns, -- cgit v1.2.3-55-g6feb