3 references to PrereleaseOption
dotnet (3)
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
21
public static readonly Option<bool> PrereleaseOption = ToolInstallCommandParser.
PrereleaseOption
;
Commands\Tool\Install\ParseResultExtension.cs (1)
25
bool prerelease = parseResult.GetValue(ToolInstallCommandParser.
PrereleaseOption
);
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
117
command.Options.Add(
PrereleaseOption
);