8 references to GetCommand
aspire (4)
Agents\Hooks\TelemetryHookConfigurator.cs (3)
137var (command, args) = AgentTelemetryHook.GetCommand(AgentTelemetryProtocol.HookOptionName); 255var (command, args) = AgentTelemetryHook.GetCommand(AgentTelemetryProtocol.HookOptionName); 341var (currentCommand, _) = AgentTelemetryHook.GetCommand(AgentTelemetryProtocol.HookOptionName);
Telemetry\AgentTelemetryUploader.cs (1)
42var (command, args) = AgentTelemetryHook.GetCommand(AgentTelemetryProtocol.DrainOptionName);
Aspire.Cli.Tests (4)
Agents\TelemetryHookConfiguratorTests.cs (4)
37var (command, args) = AgentTelemetryHook.GetCommand("--hook"); 98var (command, args) = AgentTelemetryHook.GetCommand("--hook"); 173Assert.Equal(AgentTelemetryHook.GetCommand("--hook").Args, 237var (command, args) = AgentTelemetryHook.GetCommand("--hook");