3 references to CreateDryRunOption
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\InstantiateOptions.cs (1)
12
public readonly Option<bool> DryRunOption = SharedOptionsFactory.
CreateDryRunOption
();
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.Help.cs (1)
293
SharedOptionsFactory.
CreateDryRunOption
(),
Commands\create\TemplateCommand.cs (1)
54
DryRunOption = SharedOptionsFactory.
CreateDryRunOption
();