1 reference to PromptForCommandArgumentsAsync
Aspire.Hosting (1)
ApplicationModel\ResourceCommandService.cs (1)
343
var (promptedArguments, promptResult) = await
PromptForCommandArgumentsAsync
(annotation, arguments, cancellationToken).ConfigureAwait(false);