2 references to DryRunOption
dotnet (1)
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
18
bool dryRun = _parseResult.GetValue(Definition.
DryRunOption
);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Clean\CleanFileBasedAppArtifactsCommandDefinition.cs (1)
39
Options.Add(
DryRunOption
);