3 references to DebugRebuildCacheOption
Microsoft.TemplateEngine.Cli (3)
Commands\GlobalArgs.cs (1)
18DebugRebuildCache = parseResult.GetValue(NewCommand.DebugRebuildCacheOption);
Commands\NewCommand.cs (1)
36Options.Add(DebugRebuildCacheOption);
TemplateInvoker.cs (1)
240Reporter.Output.WriteCommand(Example.For<NewCommand>(templateArgs.ParseResult).WithOption(NewCommand.DebugRebuildCacheOption));