4 references to s_yesOption
aspire (4)
Commands\UpdateCommand.cs (4)
94
Options.Add(
s_yesOption
);
98
AddNonInteractiveRequiresYesValidator(this,
s_yesOption
);
350
var confirmBinding = PromptBinding.Create(parseResult,
s_yesOption
, defaultValue: true);
436
binding: PromptBinding.Create(parseResult,
s_yesOption
, false),