We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bd3f3 commit 6c5c6f0Copy full SHA for 6c5c6f0
1 file changed
src/dotnet-core-uninstall/Shared/Commands/UninstallCommandExec.cs
@@ -36,7 +36,7 @@ public static void Execute(IBundleCollector bundleCollector)
36
37
var filtered = CommandBundleFilter.GetFilteredWithRequirementStrings(bundleCollector);
38
39
- if (CommandLineConfigs.CommandLineParseResult.CommandResult.OptionResult(CommandLineConfigs.YesOption.Name) != null)
+ if (CommandLineConfigs.CommandLineParseResult.FindResultFor(CommandLineConfigs.YesOption) != null)
40
{
41
if (!IsAdmin())
42
0 commit comments