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