1 write to _yesOption
aspire (1)
Commands\DestroyCommand.cs (1)
26
_yesOption
= new Option<bool>("--yes", "-y")
3 references to _yesOption
aspire (3)
Commands\DestroyCommand.cs (3)
30
Options.Add(
_yesOption
);
32
AddNonInteractiveRequiresYesValidator(this,
_yesOption
);
48
var yes = parseResult.GetValue(
_yesOption
);