1 write to DebugShowConfig
Microsoft.TemplateEngine.Cli (1)
Commands\GlobalArgs.cs (1)
19DebugShowConfig = parseResult.GetValue(NewCommand.DebugShowConfigOption);
4 references to DebugShowConfig
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
194if (!args.DebugShowConfig)
Microsoft.TemplateEngine.Cli.UnitTests (3)
ParserTests\MiscTests.cs (3)
74{ "--debug:show-config", args => args.DebugShowConfig } 104{ "--debug:show-config", args => args.DebugShowConfig } 134{ "--debug:show-config", args => args.DebugShowConfig }