2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
379
return CommandResult.FromExitCode(await
ExecuteAsync
(key, isGlobal, cancellationToken));
399
return await
ExecuteAsync
(key, isGlobal, cancellationToken);